#C8E9FA

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

Shades of Pattens Blue #C8E9FA

Tints of Pattens Blue #C8E9FA

Color information

#C8E9FA (or 0xC8E9FA) is unknown color: approx Pattens Blue. HEX triplet: C8, E9 and FA. RGB value is (200,233,250). Sum of RGB (Red+Green+Blue) = 200+233+250=683 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.28% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8E9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E9FA is #371605. Grayscale: #E0E0E0. Windows color (decimal): -3610118 or 16443848. OLE color: 16443848.

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

Color convert

RGB200233250-
CMYK0.20.0700.02
HSL200.4º83.33%88.24%-
HSV(B)200.4º20%98.04%-
XYZ70.2177.46101.69-
YUV225.07142.07110.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.28%
GREEN value IS 233 (91.41% from 255) = 34.11%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=29.28%
G=34.11%
B=36.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002332500.20.0700.02200.483.3388.24
HexC8E9FA14702c85358
Octal31035137224702310123130
Binary110010001110100111111010101001110101100100010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E9FA; }

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

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

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

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

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

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

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

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