#C0D8EC

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

Shades of Pale Cornflower Blue #C0D8EC

Tints of Pale Cornflower Blue #C0D8EC

Color information

#C0D8EC (or 0xC0D8EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: C0, D8 and EC. RGB value is (192,216,236). Sum of RGB (Red+Green+Blue) = 192+216+236=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0D8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D8EC is #3F2713. Grayscale: #D3D3D3. Windows color (decimal): -4138772 or 15521984. OLE color: 15521984.

HSL color Cylindrical-coordinate representation of color #C0D8EC: hue angle of 207.27º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0D8EC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192216236-
CMYK0.190.0800.07
HSL207.27º53.66%83.92%-
HSV(B)207.27º18.64%92.55%-
XYZ61.4366.3788.93-
YUV211.1142.05114.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.81%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=29.81%
G=33.54%
B=36.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922162360.190.0800.07207.2753.6683.92
HexC0D8EC13807cf3654
Octal30033035423100731766124
Binary1100000011011000111011001001110000111110011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D8EC; }

 p { color: rgb(192,216,236); }

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

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

 a { background-color: rgb(192,216,236); }

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

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

 span { border-color: rgb(192,216,236); }

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