Shades of Pattens Blue #CAEDFE
Tints of Pattens Blue #CAEDFE
RGB
CMYK
RGB Variations
Color information
#CAEDFE (or 0xCAEDFE) is known color: Pattens Blue. HEX triplet: CA, ED and FE. RGB value is (202,237,254). Sum of RGB (Red+Green+Blue) = 202+237+254=693 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.15% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDFE is #351201. Grayscale: #E4E4E4. Windows color (decimal): -3478018 or 16707018. OLE color: 16707018.
HSL color Cylindrical-coordinate representation of color #CAEDFE: hue angle of 199.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEDFE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 237 | 254 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.00 |
| HSL | 199.62º | 0.96% | 0.89% | - |
| HSV(B) | 199.62º | 0.2% | 1% | - |
| XYZ | 72.53 | 80.28 | 105.44 | - |
| YUV | 228.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 254 | 0.20 | 0.07 | 0 | 0.00 | 199.62 | 0.96 | 0.89 |
| Hex | CA | ED | FE | 14 | 7 | 0 | 0 | C8 | 60 | 59 |
| Octal | 312 | 355 | 376 | 24 | 7 | 0 | 0 | 310 | 140 | 131 |
| Binary | 11001010 | 11101101 | 11111110 | 10100 | 111 | 0 | 0 | 11001000 | 1100000 | 1011001 |
Color Harmonies of #CAEDFE
Complementary color
Monochromatic Colors of #CAEDFE
Black with #CAEDFE
Text Example
Text Example
White with #CAEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDFE; }
p { color: rgb(202,237,254); }
H1.HeaderClassName
{
color: #CAEDFE;
}
.AnyTagClassName
{
color: #CAEDFE;
}
</style>
background-color css
<style>
a { background-color: #CAEDFE; }
a { background-color: rgb(202,237,254); }
div.DivClassName
{
background-color: #CAEDFE;
}
.BgClassName
{
background-color: #CAEDFE;
}
</style>
border-color css
<style>
span { border-color: #CAEDFE; }
span { border-color: rgb(202,237,254); }
td.TdClassName
{
border-color: #CAEDFE;
}
.TagClassName
{
border-color: #CAEDFE;
}
</style>