#C8E8FF

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

Shades of Pattens Blue #C8E8FF

Tints of Pattens Blue #C8E8FF

Color information

#C8E8FF (or 0xC8E8FF) is unknown color: approx Pattens Blue. HEX triplet: C8, E8 and FF. RGB value is (200,232,255). Sum of RGB (Red+Green+Blue) = 200+232+255=687 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.11% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E8FF is #371700. Grayscale: #E0E0E0. Windows color (decimal): -3610369 or 16771272. OLE color: 16771272.

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

Color convert

RGB200232255-
CMYK0.220.0900
HSL205.09º100%89.22%-
HSV(B)205.09º21.57%100%-
XYZ70.7377.21105.78-
YUV225.05144.9110.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.11%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 255 (100% from 255) = 37.12%
R=29.11%
G=33.77%
B=37.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002322550.220.0900205.0910089.22
HexC8E8FF16900cd6459
Octal310350377261100315144131
Binary110010001110100011111111101101001001100110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E8FF; }

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

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

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

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

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

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

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

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