Shades of Pattens Blue #CDF0FE
Tints of Pattens Blue #CDF0FE
RGB
CMYK
RGB Variations
Color information
#CDF0FE (or 0xCDF0FE) is known color: Pattens Blue. HEX triplet: CD, F0 and FE. RGB value is (205,240,254). Sum of RGB (Red+Green+Blue) = 205+240+254=699 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.33% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0FE is #320F01. Grayscale: #E7E7E7. Windows color (decimal): -3280642 or 16707789. OLE color: 16707789.
HSL color Cylindrical-coordinate representation of color #CDF0FE: hue angle of 197.14º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF0FE is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 205 | 240 | 254 | - |
CMYK | 0.19 | 0.06 | 0 | 0.00 |
HSL | 197.14º | 0.96% | 0.9% | - |
HSV(B) | 197.14º | 0.19% | 1% | - |
XYZ | 74.23 | 82.46 | 105.77 | - |
YUV | 231.13 | 140.9 | 109.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 240 | 254 | 0.19 | 0.06 | 0 | 0.00 | 197.14 | 0.96 | 0.9 |
Hex | CD | F0 | FE | 13 | 6 | 0 | 0 | C5 | 60 | 5A |
Octal | 315 | 360 | 376 | 23 | 6 | 0 | 0 | 305 | 140 | 132 |
Binary | 11001101 | 11110000 | 11111110 | 10011 | 110 | 0 | 0 | 11000101 | 1100000 | 1011010 |
Color Harmonies of #CDF0FE
Complementary color
Monochromatic Colors of #CDF0FE
Black with #CDF0FE
Text Example
Text Example
White with #CDF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0FE; }
p { color: rgb(205,240,254); }
H1.HeaderClassName
{
color: #CDF0FE;
}
.AnyTagClassName
{
color: #CDF0FE;
}
</style>
background-color css
<style>
a { background-color: #CDF0FE; }
a { background-color: rgb(205,240,254); }
div.DivClassName
{
background-color: #CDF0FE;
}
.BgClassName
{
background-color: #CDF0FE;
}
</style>
border-color css
<style>
span { border-color: #CDF0FE; }
span { border-color: rgb(205,240,254); }
td.TdClassName
{
border-color: #CDF0FE;
}
.TagClassName
{
border-color: #CDF0FE;
}
</style>