Shades of Onahau #CAF5FD
Tints of Onahau #CAF5FD
RGB
CMYK
RGB Variations
Color information
#CAF5FD (or 0xCAF5FD) is known color: Onahau. HEX triplet: CA, F5 and FD. RGB value is (202,245,253). Sum of RGB (Red+Green+Blue) = 202+245+253=700 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.86% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF5FD is #350A02. Grayscale: #E8E8E8. Windows color (decimal): -3475971 or 16643530. OLE color: 16643530.
HSL color Cylindrical-coordinate representation of color #CAF5FD: hue angle of 189.41º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF5FD is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 245 | 253 | - |
CMYK | 0.20 | 0.03 | 0 | 0.01 |
HSL | 189.41º | 0.93% | 0.89% | - |
HSV(B) | 189.41º | 0.2% | 0.99% | - |
XYZ | 74.74 | 84.95 | 105.39 | - |
YUV | 233.06 | 139.25 | 105.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 245 | 253 | 0.20 | 0.03 | 0 | 0.01 | 189.41 | 0.93 | 0.89 |
Hex | CA | F5 | FD | 14 | 3 | 0 | 1 | BD | 5D | 59 |
Octal | 312 | 365 | 375 | 24 | 3 | 0 | 1 | 275 | 135 | 131 |
Binary | 11001010 | 11110101 | 11111101 | 10100 | 11 | 0 | 1 | 10111101 | 1011101 | 1011001 |
Color Harmonies of #CAF5FD
Complementary color
Monochromatic Colors of #CAF5FD
Black with #CAF5FD
Text Example
Text Example
White with #CAF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5FD; }
p { color: rgb(202,245,253); }
H1.HeaderClassName
{
color: #CAF5FD;
}
.AnyTagClassName
{
color: #CAF5FD;
}
</style>
background-color css
<style>
a { background-color: #CAF5FD; }
a { background-color: rgb(202,245,253); }
div.DivClassName
{
background-color: #CAF5FD;
}
.BgClassName
{
background-color: #CAF5FD;
}
</style>
border-color css
<style>
span { border-color: #CAF5FD; }
span { border-color: rgb(202,245,253); }
td.TdClassName
{
border-color: #CAF5FD;
}
.TagClassName
{
border-color: #CAF5FD;
}
</style>