#C8ECFF

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

Shades of Pattens Blue #C8ECFF

Tints of Pattens Blue #C8ECFF

Color information

#C8ECFF (or 0xC8ECFF) is unknown color: approx Pattens Blue. HEX triplet: C8, EC and FF. RGB value is (200,236,255). Sum of RGB (Red+Green+Blue) = 200+236+255=691 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.94% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECFF is #371300. Grayscale: #E3E3E3. Windows color (decimal): -3609345 or 16772296. OLE color: 16772296.

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

Color convert

RGB200236255-
CMYK0.220.0700
HSL200.73º100%89.22%-
HSV(B)200.73º21.57%100%-
XYZ71.8679.49106.16-
YUV227.4143.57108.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.94%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 255 (100% from 255) = 36.90%
R=28.94%
G=34.15%
B=36.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002362550.220.0700200.7310089.22
HexC8ECFF16700c96459
Octal31035437726700311144131
Binary11001000111011001111111110110111001100100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ECFF; }

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

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

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

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

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

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

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

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