#C8DEEF

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

Shades of Pattens Blue #C8DEEF

Tints of Pattens Blue #C8DEEF

Color information

#C8DEEF (or 0xC8DEEF) is unknown color: approx Pattens Blue. HEX triplet: C8, DE and EF. RGB value is (200,222,239). Sum of RGB (Red+Green+Blue) = 200+222+239=661 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.26% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEEF is #372110. Grayscale: #D9D9D9. Windows color (decimal): -3612945 or 15720136. OLE color: 15720136.

HSL color Cylindrical-coordinate representation of color #C8DEEF: hue angle of 206.15º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8DEEF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200222239-
CMYK0.160.0700.06
HSL206.15º54.93%86.08%-
HSV(B)206.15º16.32%93.73%-
XYZ65.5270.7591.86-
YUV217.36140.21115.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.26%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=30.26%
G=33.59%
B=36.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002222390.160.0700.06206.1554.9386.08
HexC8DEEF10706ce3756
Octal3103363572070631667126
Binary110010001101111011101111100001110110110011101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEEF; }

 p { color: rgb(200,222,239); }

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

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

 a { background-color: rgb(200,222,239); }

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

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

 span { border-color: rgb(200,222,239); }

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