#C0E3FF

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

Shades of Pattens Blue #C0E3FF

Tints of Pattens Blue #C0E3FF

Color information

#C0E3FF (or 0xC0E3FF) is unknown color: approx Pattens Blue. HEX triplet: C0, E3 and FF. RGB value is (192,227,255). Sum of RGB (Red+Green+Blue) = 192+227+255=674 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.49% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0E3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E3FF is #3F1C00. Grayscale: #DBDBDB. Windows color (decimal): -4135937 or 16769984. OLE color: 16769984.

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

Color convert

RGB192227255-
CMYK0.250.1100
HSL206.67º100%87.65%-
HSV(B)206.67º24.71%100%-
XYZ67.2673.36105.22-
YUV219.73147.9108.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.49%
GREEN value IS 227 (89.06% from 255) = 33.68%
BLUE value IS 255 (100% from 255) = 37.83%
R=28.49%
G=33.68%
B=37.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922272550.250.1100206.6710087.65
HexC0E3FF19B00cf6458
Octal300343377311300317144130
Binary110000001110001111111111110011011001100111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E3FF; }

 p { color: rgb(192,227,255); }

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

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

 a { background-color: rgb(192,227,255); }

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

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

 span { border-color: rgb(192,227,255); }

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