Shades of Pattens Blue #C3EAFE
Tints of Pattens Blue #C3EAFE
RGB
CMYK
RGB Variations
Color information
#C3EAFE (or 0xC3EAFE) is known color: Pattens Blue. HEX triplet: C3, EA and FE. RGB value is (195,234,254). Sum of RGB (Red+Green+Blue) = 195+234+254=683 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.55% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EAFE is #3C1501. Grayscale: #E0E0E0. Windows color (decimal): -3937538 or 16706243. OLE color: 16706243.
HSL color Cylindrical-coordinate representation of color #C3EAFE: hue angle of 200.34º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3EAFE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 195 | 234 | 254 | - |
CMYK | 0.23 | 0.08 | 0 | 0.00 |
HSL | 200.34º | 0.97% | 0.88% | - |
HSV(B) | 200.34º | 0.23% | 1% | - |
XYZ | 69.82 | 77.6 | 105.07 | - |
YUV | 224.62 | 144.58 | 106.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 234 | 254 | 0.23 | 0.08 | 0 | 0.00 | 200.34 | 0.97 | 0.88 |
Hex | C3 | EA | FE | 17 | 8 | 0 | 0 | C8 | 61 | 58 |
Octal | 303 | 352 | 376 | 27 | 10 | 0 | 0 | 310 | 141 | 130 |
Binary | 11000011 | 11101010 | 11111110 | 10111 | 1000 | 0 | 0 | 11001000 | 1100001 | 1011000 |
Color Harmonies of #C3EAFE
Complementary color
Monochromatic Colors of #C3EAFE
Black with #C3EAFE
Text Example
Text Example
White with #C3EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EAFE; }
p { color: rgb(195,234,254); }
H1.HeaderClassName
{
color: #C3EAFE;
}
.AnyTagClassName
{
color: #C3EAFE;
}
</style>
background-color css
<style>
a { background-color: #C3EAFE; }
a { background-color: rgb(195,234,254); }
div.DivClassName
{
background-color: #C3EAFE;
}
.BgClassName
{
background-color: #C3EAFE;
}
</style>
border-color css
<style>
span { border-color: #C3EAFE; }
span { border-color: rgb(195,234,254); }
td.TdClassName
{
border-color: #C3EAFE;
}
.TagClassName
{
border-color: #C3EAFE;
}
</style>