#C3E3FE

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

Shades of Pattens Blue #C3E3FE

Tints of Pattens Blue #C3E3FE

Color information

#C3E3FE (or 0xC3E3FE) is unknown color: approx Pattens Blue. HEX triplet: C3, E3 and FE. RGB value is (195,227,254). Sum of RGB (Red+Green+Blue) = 195+227+254=676 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.85% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E3FE is #3C1C01. Grayscale: #DCDCDC. Windows color (decimal): -3939330 or 16704451. OLE color: 16704451.

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

Color convert

RGB195227254-
CMYK0.230.1100.00
HSL207.46º96.72%88.04%-
HSV(B)207.46º23.23%99.61%-
XYZ67.8673.7104.41-
YUV220.51146.9109.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.85%
GREEN value IS 227 (89.06% from 255) = 33.58%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=28.85%
G=33.58%
B=37.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952272540.230.1100.00207.4696.7288.04
HexC3E3FE17B00cf6158
Octal303343376271300317141130
Binary110000111110001111111110101111011001100111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E3FE; }

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

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

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

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

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

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

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

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