#C8EBFF

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

Shades of Pattens Blue #C8EBFF

Tints of Pattens Blue #C8EBFF

Color information

#C8EBFF (or 0xC8EBFF) is unknown color: approx Pattens Blue. HEX triplet: C8, EB and FF. RGB value is (200,235,255). Sum of RGB (Red+Green+Blue) = 200+235+255=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBFF is #371400. Grayscale: #E2E2E2. Windows color (decimal): -3609601 or 16772040. OLE color: 16772040.

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

Color convert

RGB200235255-
CMYK0.220.0800
HSL201.82º100%89.22%-
HSV(B)201.82º21.57%100%-
XYZ71.5878.92106.07-
YUV226.82143.9108.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.99%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 255 (100% from 255) = 36.96%
R=28.99%
G=34.06%
B=36.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002352550.220.0800201.8210089.22
HexC8EBFF16800ca6459
Octal310353377261000312144131
Binary110010001110101111111111101101000001100101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBFF; }

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

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

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

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

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

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

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

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