#C8EEFF

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

Shades of Pattens Blue #C8EEFF

Tints of Pattens Blue #C8EEFF

Color information

#C8EEFF (or 0xC8EEFF) is unknown color: approx Pattens Blue. HEX triplet: C8, EE and FF. RGB value is (200,238,255). Sum of RGB (Red+Green+Blue) = 200+238+255=693 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.86% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EEFF is #371100. Grayscale: #E4E4E4. Windows color (decimal): -3608833 or 16772808. OLE color: 16772808.

HSL color Cylindrical-coordinate representation of color #C8EEFF: hue angle of 198.55º 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 #C8EEFF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200238255-
CMYK0.220.0700
HSL198.55º100%89.22%-
HSV(B)198.55º21.57%100%-
XYZ72.4480.65106.36-
YUV228.58142.91107.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.86%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 255 (100% from 255) = 36.80%
R=28.86%
G=34.34%
B=36.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002382550.220.0700198.5510089.22
HexC8EEFF16700c76459
Octal31035637726700307144131
Binary11001000111011101111111110110111001100011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EEFF; }

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

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

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

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

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

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

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

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