#C3E9FD

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

Shades of Pattens Blue #C3E9FD

Tints of Pattens Blue #C3E9FD

Color information

#C3E9FD (or 0xC3E9FD) is unknown color: approx Pattens Blue. HEX triplet: C3, E9 and FD. RGB value is (195,233,253). Sum of RGB (Red+Green+Blue) = 195+233+253=681 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.63% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3E9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E9FD is #3C1602. Grayscale: #DFDFDF. Windows color (decimal): -3937795 or 16640451. OLE color: 16640451.

HSL color Cylindrical-coordinate representation of color #C3E9FD: hue angle of 200.69º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3E9FD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195233253-
CMYK0.230.0800.01
HSL200.69º93.55%87.84%-
HSV(B)200.69º22.92%99.22%-
XYZ69.3776.97104.13-
YUV223.92144.41107.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.63%
GREEN value IS 233 (91.41% from 255) = 34.21%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=28.63%
G=34.21%
B=37.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952332530.230.0800.01200.6993.5587.84
HexC3E9FD17801c95e58
Octal303351375271001311136130
Binary110000111110100111111101101111000011100100110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E9FD; }

 p { color: rgb(195,233,253); }

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

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

 a { background-color: rgb(195,233,253); }

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

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

 span { border-color: rgb(195,233,253); }

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