#C8EAF8

Color #C8EAF8 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C8EAF8

Tints of Pattens Blue #C8EAF8

Color information

#C8EAF8 (or 0xC8EAF8) is unknown color: approx Pattens Blue. HEX triplet: C8, EA and F8. RGB value is (200,234,248). Sum of RGB (Red+Green+Blue) = 200+234+248=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8EAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EAF8 is #371507. Grayscale: #E1E1E1. Windows color (decimal): -3609864 or 16313032. OLE color: 16313032.

HSL color Cylindrical-coordinate representation of color #C8EAF8: hue angle of 197.5º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8EAF8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB200234248-
CMYK0.190.0600.03
HSL197.5º77.42%87.84%-
HSV(B)197.5º19.35%97.25%-
XYZ70.1977.9100.14-
YUV225.43140.74109.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 29.33%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 248 (97.27% from 255) = 36.36%
R=29.33%
G=34.31%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002342480.190.0600.03197.577.4287.84
HexC8EAF813603c64d58
Octal31035237023603306115130
Binary110010001110101011111000100111100111100011010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EAF8; }

 p { color: rgb(200,234,248); }

 H1.HeaderClassName
 {
   color: #C8EAF8;
 }
 .AnyTagClassName
 {
   color: #C8EAF8;
 }
</style>
background-color css

<style>
 a { background-color: #C8EAF8; }

 a { background-color: rgb(200,234,248); }

 div.DivClassName
 {
   background-color: #C8EAF8;
 }
 .BgClassName
 {
   background-color: #C8EAF8;
 }
</style>
border-color css

<style>
 span { border-color: #C8EAF8; }

 span { border-color: rgb(200,234,248); }

 td.TdClassName
 {
   border-color: #C8EAF8;
 }
 .TagClassName
 {
   border-color: #C8EAF8;
 }
</style>