#C0E1FC

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

Shades of Pattens Blue #C0E1FC

Tints of Pattens Blue #C0E1FC

Color information

#C0E1FC (or 0xC0E1FC) is unknown color: approx Pattens Blue. HEX triplet: C0, E1 and FC. RGB value is (192,225,252). Sum of RGB (Red+Green+Blue) = 192+225+252=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0E1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E1FC is #3F1E03. Grayscale: #DADADA. Windows color (decimal): -4136452 or 16572864. OLE color: 16572864.

HSL color Cylindrical-coordinate representation of color #C0E1FC: hue angle of 207º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E1FC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192225252-
CMYK0.240.1100.01
HSL207º90.91%87.06%-
HSV(B)207º23.81%98.82%-
XYZ66.2372.09102.52-
YUV218.21147.07109.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.70%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=28.70%
G=33.63%
B=37.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922252520.240.1100.0120790.9187.06
HexC0E1FC18B01cf5b57
Octal300341374301301317133127
Binary110000001110000111111100110001011011100111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E1FC; }

 p { color: rgb(192,225,252); }

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

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

 a { background-color: rgb(192,225,252); }

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

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

 span { border-color: rgb(192,225,252); }

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