#C8E3FE

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

Shades of Pattens Blue #C8E3FE

Tints of Pattens Blue #C8E3FE

Color information

#C8E3FE (or 0xC8E3FE) is unknown color: approx Pattens Blue. HEX triplet: C8, E3 and FE. RGB value is (200,227,254). Sum of RGB (Red+Green+Blue) = 200+227+254=681 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.37% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E3FE is #371C01. Grayscale: #DDDDDD. Windows color (decimal): -3611650 or 16704456. OLE color: 16704456.

HSL color Cylindrical-coordinate representation of color #C8E3FE: hue angle of 210º 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 #C8E3FE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200227254-
CMYK0.210.1100.00
HSL210º96.43%89.02%-
HSV(B)210º21.26%99.61%-
XYZ69.1874.37104.48-
YUV222146.05112.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.37%
GREEN value IS 227 (89.06% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=29.37%
G=33.33%
B=37.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002272540.210.1100.0021096.4389.02
HexC8E3FE15B00d26059
Octal310343376251300322140131
Binary110010001110001111111110101011011001101001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E3FE; }

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

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

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

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

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

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

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

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