#C8E5FA

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

Shades of Pattens Blue #C8E5FA

Tints of Pattens Blue #C8E5FA

Color information

#C8E5FA (or 0xC8E5FA) is unknown color: approx Pattens Blue. HEX triplet: C8, E5 and FA. RGB value is (200,229,250). Sum of RGB (Red+Green+Blue) = 200+229+250=679 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.46% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8E5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E5FA is #371A05. Grayscale: #DEDEDE. Windows color (decimal): -3611142 or 16442824. OLE color: 16442824.

HSL color Cylindrical-coordinate representation of color #C8E5FA: hue angle of 205.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8E5FA is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200229250-
CMYK0.20.0800.02
HSL205.2º83.33%88.24%-
HSV(B)205.2º20%98.04%-
XYZ69.0975.22101.32-
YUV222.72143.39111.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.46%
GREEN value IS 229 (89.84% from 255) = 33.73%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=29.46%
G=33.73%
B=36.82%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002292500.20.0800.02205.283.3388.24
HexC8E5FA14802cd5358
Octal310345372241002315123130
Binary1100100011100101111110101010010000101100110110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E5FA; }

 p { color: rgb(200,229,250); }

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

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

 a { background-color: rgb(200,229,250); }

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

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

 span { border-color: rgb(200,229,250); }

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