Shades of Baby Blue #69FFFF
Tints of Baby Blue #69FFFF
RGB
CMYK
RGB Variations
Color information
#69FFFF (or 0x69FFFF) is known color: Baby Blue. HEX triplet: 69, FF and FF. RGB value is (105,255,255). Sum of RGB (Red+Green+Blue) = 105+255+255=615 (81% of max value = 765). Red value is 105 (41.41% from 255 or 17.07% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #69FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FFFF is #960000. Grayscale: #D2D2D2. Windows color (decimal): -9830401 or 16777065. OLE color: 16777065.
HSL color Cylindrical-coordinate representation of color #69FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFFF is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 105 | 255 | 255 | - |
CMYK | 0.59 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.71% | - |
HSV(B) | 180º | 0.59% | 1% | - |
XYZ | 59.64 | 81.74 | 107.24 | - |
YUV | 210.15 | 153.31 | 53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 105 | 255 | 255 | 0.59 | 0 | 0 | 0 | 180 | 1 | 0.71 |
Hex | 69 | FF | FF | 3B | 0 | 0 | 0 | B4 | 64 | 47 |
Octal | 151 | 377 | 377 | 73 | 0 | 0 | 0 | 264 | 144 | 107 |
Binary | 1101001 | 11111111 | 11111111 | 111011 | 0 | 0 | 0 | 10110100 | 1100100 | 1000111 |
Color Harmonies of #69FFFF
Complementary color
Monochromatic Colors of #69FFFF
Black with #69FFFF
Text Example
Text Example
White with #69FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFFF; }
p { color: rgb(105,255,255); }
H1.HeaderClassName
{
color: #69FFFF;
}
.AnyTagClassName
{
color: #69FFFF;
}
</style>
background-color css
<style>
a { background-color: #69FFFF; }
a { background-color: rgb(105,255,255); }
div.DivClassName
{
background-color: #69FFFF;
}
.BgClassName
{
background-color: #69FFFF;
}
</style>
border-color css
<style>
span { border-color: #69FFFF; }
span { border-color: rgb(105,255,255); }
td.TdClassName
{
border-color: #69FFFF;
}
.TagClassName
{
border-color: #69FFFF;
}
</style>