Shades of Pattens Blue #CDF1FB
Tints of Pattens Blue #CDF1FB
RGB
CMYK
RGB Variations
Color information
#CDF1FB (or 0xCDF1FB) is known color: Pattens Blue. HEX triplet: CD, F1 and FB. RGB value is (205,241,251). Sum of RGB (Red+Green+Blue) = 205+241+251=697 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.41% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF1FB is #320E04. Grayscale: #E7E7E7. Windows color (decimal): -3280389 or 16511437. OLE color: 16511437.
HSL color Cylindrical-coordinate representation of color #CDF1FB: hue angle of 193.04º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF1FB is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 241 | 251 | - |
CMYK | 0.18 | 0.04 | 0 | 0.02 |
HSL | 193.04º | 0.85% | 0.89% | - |
HSV(B) | 193.04º | 0.18% | 0.98% | - |
XYZ | 74.04 | 82.85 | 103.36 | - |
YUV | 231.38 | 139.07 | 109.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 241 | 251 | 0.18 | 0.04 | 0 | 0.02 | 193.04 | 0.85 | 0.89 |
Hex | CD | F1 | FB | 12 | 4 | 0 | 2 | C1 | 55 | 59 |
Octal | 315 | 361 | 373 | 22 | 4 | 0 | 2 | 301 | 125 | 131 |
Binary | 11001101 | 11110001 | 11111011 | 10010 | 100 | 0 | 10 | 11000001 | 1010101 | 1011001 |
Color Harmonies of #CDF1FB
Complementary color
Monochromatic Colors of #CDF1FB
Black with #CDF1FB
Text Example
Text Example
White with #CDF1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1FB; }
p { color: rgb(205,241,251); }
H1.HeaderClassName
{
color: #CDF1FB;
}
.AnyTagClassName
{
color: #CDF1FB;
}
</style>
background-color css
<style>
a { background-color: #CDF1FB; }
a { background-color: rgb(205,241,251); }
div.DivClassName
{
background-color: #CDF1FB;
}
.BgClassName
{
background-color: #CDF1FB;
}
</style>
border-color css
<style>
span { border-color: #CDF1FB; }
span { border-color: rgb(205,241,251); }
td.TdClassName
{
border-color: #CDF1FB;
}
.TagClassName
{
border-color: #CDF1FB;
}
</style>