Shades of Pattens Blue #CAF0FF
Tints of Pattens Blue #CAF0FF
RGB
CMYK
RGB Variations
Color information
#CAF0FF (or 0xCAF0FF) is known color: Pattens Blue. HEX triplet: CA, F0 and FF. RGB value is (202,240,255). Sum of RGB (Red+Green+Blue) = 202+240+255=697 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.98% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0FF is #350F00. Grayscale: #E6E6E6. Windows color (decimal): -3477249 or 16773322. OLE color: 16773322.
HSL color Cylindrical-coordinate representation of color #CAF0FF: hue angle of 196.98º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF0FF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 240 | 255 | - |
CMYK | 0.21 | 0.06 | 0 | 0 |
HSL | 196.98º | 1% | 0.9% | - |
HSV(B) | 196.98º | 0.21% | 1% | - |
XYZ | 73.57 | 82.1 | 106.58 | - |
YUV | 230.35 | 141.91 | 107.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 240 | 255 | 0.21 | 0.06 | 0 | 0 | 196.98 | 1 | 0.9 |
Hex | CA | F0 | FF | 15 | 6 | 0 | 0 | C5 | 64 | 5A |
Octal | 312 | 360 | 377 | 25 | 6 | 0 | 0 | 305 | 144 | 132 |
Binary | 11001010 | 11110000 | 11111111 | 10101 | 110 | 0 | 0 | 11000101 | 1100100 | 1011010 |
Color Harmonies of #CAF0FF
Complementary color
Monochromatic Colors of #CAF0FF
Black with #CAF0FF
Text Example
Text Example
White with #CAF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0FF; }
p { color: rgb(202,240,255); }
H1.HeaderClassName
{
color: #CAF0FF;
}
.AnyTagClassName
{
color: #CAF0FF;
}
</style>
background-color css
<style>
a { background-color: #CAF0FF; }
a { background-color: rgb(202,240,255); }
div.DivClassName
{
background-color: #CAF0FF;
}
.BgClassName
{
background-color: #CAF0FF;
}
</style>
border-color css
<style>
span { border-color: #CAF0FF; }
span { border-color: rgb(202,240,255); }
td.TdClassName
{
border-color: #CAF0FF;
}
.TagClassName
{
border-color: #CAF0FF;
}
</style>