#C8EAFF

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

Shades of Pattens Blue #C8EAFF

Tints of Pattens Blue #C8EAFF

Color information

#C8EAFF (or 0xC8EAFF) is unknown color: approx Pattens Blue. HEX triplet: C8, EA and FF. RGB value is (200,234,255). Sum of RGB (Red+Green+Blue) = 200+234+255=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EAFF is #371500. Grayscale: #E2E2E2. Windows color (decimal): -3609857 or 16771784. OLE color: 16771784.

HSL color Cylindrical-coordinate representation of color #C8EAFF: hue angle of 202.91º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8EAFF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200234255-
CMYK0.220.0800
HSL202.91º100%89.22%-
HSV(B)202.91º21.57%100%-
XYZ71.2978.34105.97-
YUV226.23144.24109.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.03%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 255 (100% from 255) = 37.01%
R=29.03%
G=33.96%
B=37.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002342550.220.0800202.9110089.22
HexC8EAFF16800cb6459
Octal310352377261000313144131
Binary110010001110101011111111101101000001100101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EAFF; }

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

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

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

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

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

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

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

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