#C0E0FB

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

Shades of Pattens Blue #C0E0FB

Tints of Pattens Blue #C0E0FB

Color information

#C0E0FB (or 0xC0E0FB) is unknown color: approx Pattens Blue. HEX triplet: C0, E0 and FB. RGB value is (192,224,251). Sum of RGB (Red+Green+Blue) = 192+224+251=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0E0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E0FB is #3F1F04. Grayscale: #D9D9D9. Windows color (decimal): -4136709 or 16507072. OLE color: 16507072.

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

Color convert

RGB192224251-
CMYK0.240.1100.02
HSL207.46º88.06%86.86%-
HSV(B)207.46º23.51%98.43%-
XYZ65.8171.48101.6-
YUV217.51146.9109.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.79%
GREEN value IS 224 (87.89% from 255) = 33.58%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=28.79%
G=33.58%
B=37.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922242510.240.1100.02207.4688.0686.86
HexC0E0FB18B02cf5857
Octal300340373301302317130127
Binary1100000011100000111110111100010110101100111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E0FB; }

 p { color: rgb(192,224,251); }

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

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

 a { background-color: rgb(192,224,251); }

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

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

 span { border-color: rgb(192,224,251); }

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