#C8E6FE

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

Shades of Pattens Blue #C8E6FE

Tints of Pattens Blue #C8E6FE

Color information

#C8E6FE (or 0xC8E6FE) is unknown color: approx Pattens Blue. HEX triplet: C8, E6 and FE. RGB value is (200,230,254). Sum of RGB (Red+Green+Blue) = 200+230+254=684 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.24% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E6FE is #371901. Grayscale: #DFDFDF. Windows color (decimal): -3610882 or 16705224. OLE color: 16705224.

HSL color Cylindrical-coordinate representation of color #C8E6FE: hue angle of 206.67º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8E6FE is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200230254-
CMYK0.210.0900.00
HSL206.67º96.43%89.02%-
HSV(B)206.67º21.26%99.61%-
XYZ70.0176.03104.75-
YUV223.77145.06111.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.24%
GREEN value IS 230 (90.23% from 255) = 33.63%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=29.24%
G=33.63%
B=37.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002302540.210.0900.00206.6796.4389.02
HexC8E6FE15900cf6059
Octal310346376251100317140131
Binary110010001110011011111110101011001001100111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E6FE; }

 p { color: rgb(200,230,254); }

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

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

 a { background-color: rgb(200,230,254); }

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

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

 span { border-color: rgb(200,230,254); }

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