#C3E8FF

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

Shades of Pattens Blue #C3E8FF

Tints of Pattens Blue #C3E8FF

Color information

#C3E8FF (or 0xC3E8FF) is unknown color: approx Pattens Blue. HEX triplet: C3, E8 and FF. RGB value is (195,232,255). Sum of RGB (Red+Green+Blue) = 195+232+255=682 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.59% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E8FF is #3C1700. Grayscale: #DFDFDF. Windows color (decimal): -3938049 or 16771267. OLE color: 16771267.

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

Color convert

RGB195232255-
CMYK0.240.0900
HSL203º100%88.24%-
HSV(B)203º23.53%100%-
XYZ69.4176.54105.72-
YUV223.56145.74107.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.59%
GREEN value IS 232 (91.02% from 255) = 34.02%
BLUE value IS 255 (100% from 255) = 37.39%
R=28.59%
G=34.02%
B=37.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952322550.240.090020310088.24
HexC3E8FF18900cb6458
Octal303350377301100313144130
Binary110000111110100011111111110001001001100101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E8FF; }

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

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

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

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

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

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

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

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