#C0E7FE

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

Shades of Pattens Blue #C0E7FE

Tints of Pattens Blue #C0E7FE

Color information

#C0E7FE (or 0xC0E7FE) is unknown color: approx Pattens Blue. HEX triplet: C0, E7 and FE. RGB value is (192,231,254). Sum of RGB (Red+Green+Blue) = 192+231+254=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E7FE is #3F1801. Grayscale: #DDDDDD. Windows color (decimal): -4134914 or 16705472. OLE color: 16705472.

HSL color Cylindrical-coordinate representation of color #C0E7FE: hue angle of 202.26º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E7FE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192231254-
CMYK0.240.0900.00
HSL202.26º96.88%87.45%-
HSV(B)202.26º24.41%99.61%-
XYZ68.275.51104.75-
YUV221.96146.08106.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.36%
GREEN value IS 231 (90.62% from 255) = 34.12%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=28.36%
G=34.12%
B=37.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922312540.240.0900.00202.2696.8887.45
HexC0E7FE18900ca6157
Octal300347376301100312141127
Binary110000001110011111111110110001001001100101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E7FE; }

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

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

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

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

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

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

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

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