#C3E4FF

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

Shades of Pattens Blue #C3E4FF

Tints of Pattens Blue #C3E4FF

Color information

#C3E4FF (or 0xC3E4FF) is unknown color: approx Pattens Blue. HEX triplet: C3, E4 and FF. RGB value is (195,228,255). Sum of RGB (Red+Green+Blue) = 195+228+255=678 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.76% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E4FF is #3C1B00. Grayscale: #DDDDDD. Windows color (decimal): -3939073 or 16770243. OLE color: 16770243.

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

Color convert

RGB195228255-
CMYK0.240.1100
HSL207º100%88.24%-
HSV(B)207º23.53%100%-
XYZ68.374.31105.35-
YUV221.21147.07109.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.76%
GREEN value IS 228 (89.45% from 255) = 33.63%
BLUE value IS 255 (100% from 255) = 37.61%
R=28.76%
G=33.63%
B=37.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952282550.240.110020710088.24
HexC3E4FF18B00cf6458
Octal303344377301300317144130
Binary110000111110010011111111110001011001100111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E4FF; }

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

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

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

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

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

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

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

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