Shades of Pattens Blue #CADFF4
Tints of Pattens Blue #CADFF4
RGB
CMYK
RGB Variations
Color information
#CADFF4 (or 0xCADFF4) is known color: Pattens Blue. HEX triplet: CA, DF and F4. RGB value is (202,223,244). Sum of RGB (Red+Green+Blue) = 202+223+244=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #CADFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF4 is #35200B. Grayscale: #DBDBDB. Windows color (decimal): -3481612 or 16048074. OLE color: 16048074.
HSL color Cylindrical-coordinate representation of color #CADFF4: hue angle of 210º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADFF4 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 223 | 244 | - |
CMYK | 0.17 | 0.09 | 0 | 0.04 |
HSL | 210º | 0.66% | 0.87% | - |
HSV(B) | 210º | 0.17% | 0.96% | - |
XYZ | 67.07 | 71.86 | 95.92 | - |
YUV | 219.12 | 142.04 | 115.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 244 | 0.17 | 0.09 | 0 | 0.04 | 210 | 0.66 | 0.87 |
Hex | CA | DF | F4 | 11 | 9 | 0 | 4 | D2 | 42 | 57 |
Octal | 312 | 337 | 364 | 21 | 11 | 0 | 4 | 322 | 102 | 127 |
Binary | 11001010 | 11011111 | 11110100 | 10001 | 1001 | 0 | 100 | 11010010 | 1000010 | 1010111 |
Color Harmonies of #CADFF4
Complementary color
Monochromatic Colors of #CADFF4
Black with #CADFF4
Text Example
Text Example
White with #CADFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFF4; }
p { color: rgb(202,223,244); }
H1.HeaderClassName
{
color: #CADFF4;
}
.AnyTagClassName
{
color: #CADFF4;
}
</style>
background-color css
<style>
a { background-color: #CADFF4; }
a { background-color: rgb(202,223,244); }
div.DivClassName
{
background-color: #CADFF4;
}
.BgClassName
{
background-color: #CADFF4;
}
</style>
border-color css
<style>
span { border-color: #CADFF4; }
span { border-color: rgb(202,223,244); }
td.TdClassName
{
border-color: #CADFF4;
}
.TagClassName
{
border-color: #CADFF4;
}
</style>