Shades of Pattens Blue #CDEEFF
Tints of Pattens Blue #CDEEFF
RGB
CMYK
RGB Variations
Color information
#CDEEFF (or 0xCDEEFF) is known color: Pattens Blue. HEX triplet: CD, EE and FF. RGB value is (205,238,255). Sum of RGB (Red+Green+Blue) = 205+238+255=698 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.37% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEEFF is #321100. Grayscale: #E5E5E5. Windows color (decimal): -3281153 or 16772813. OLE color: 16772813.
HSL color Cylindrical-coordinate representation of color #CDEEFF: hue angle of 200.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEEFF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 205 | 238 | 255 | - |
CMYK | 0.20 | 0.07 | 0 | 0 |
HSL | 200.4º | 1% | 0.9% | - |
HSV(B) | 200.4º | 0.2% | 1% | - |
XYZ | 73.8 | 81.35 | 106.42 | - |
YUV | 230.07 | 142.07 | 110.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 238 | 255 | 0.20 | 0.07 | 0 | 0 | 200.4 | 1 | 0.9 |
Hex | CD | EE | FF | 14 | 7 | 0 | 0 | C8 | 64 | 5A |
Octal | 315 | 356 | 377 | 24 | 7 | 0 | 0 | 310 | 144 | 132 |
Binary | 11001101 | 11101110 | 11111111 | 10100 | 111 | 0 | 0 | 11001000 | 1100100 | 1011010 |
Color Harmonies of #CDEEFF
Complementary color
Monochromatic Colors of #CDEEFF
Black with #CDEEFF
Text Example
Text Example
White with #CDEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEFF; }
p { color: rgb(205,238,255); }
H1.HeaderClassName
{
color: #CDEEFF;
}
.AnyTagClassName
{
color: #CDEEFF;
}
</style>
background-color css
<style>
a { background-color: #CDEEFF; }
a { background-color: rgb(205,238,255); }
div.DivClassName
{
background-color: #CDEEFF;
}
.BgClassName
{
background-color: #CDEEFF;
}
</style>
border-color css
<style>
span { border-color: #CDEEFF; }
span { border-color: rgb(205,238,255); }
td.TdClassName
{
border-color: #CDEEFF;
}
.TagClassName
{
border-color: #CDEEFF;
}
</style>