#C3E7FE

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

Shades of Pattens Blue #C3E7FE

Tints of Pattens Blue #C3E7FE

Color information

#C3E7FE (or 0xC3E7FE) is unknown color: approx Pattens Blue. HEX triplet: C3, E7 and FE. RGB value is (195,231,254). Sum of RGB (Red+Green+Blue) = 195+231+254=680 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.68% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E7FE is #3C1801. Grayscale: #DEDEDE. Windows color (decimal): -3938306 or 16705475. OLE color: 16705475.

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

Color convert

RGB195231254-
CMYK0.230.0900.00
HSL203.39º96.72%88.04%-
HSV(B)203.39º23.23%99.61%-
XYZ68.9775.91104.78-
YUV222.86145.57108.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.68%
GREEN value IS 231 (90.62% from 255) = 33.97%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=28.68%
G=33.97%
B=37.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952312540.230.0900.00203.3996.7288.04
HexC3E7FE17900cb6158
Octal303347376271100313141130
Binary110000111110011111111110101111001001100101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E7FE; }

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

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

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

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

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

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

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

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