#C0DAF4

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

Shades of Pale Cornflower Blue #C0DAF4

Tints of Pale Cornflower Blue #C0DAF4

Color information

#C0DAF4 (or 0xC0DAF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: C0, DA and F4. RGB value is (192,218,244). Sum of RGB (Red+Green+Blue) = 192+218+244=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #C0DAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAF4 is #3F250B. Grayscale: #D5D5D5. Windows color (decimal): -4138252 or 16046784. OLE color: 16046784.

HSL color Cylindrical-coordinate representation of color #C0DAF4: hue angle of 210º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0DAF4 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192218244-
CMYK0.210.1100.04
HSL210º70.27%85.49%-
HSV(B)210º21.31%95.69%-
XYZ63.1467.8895.36-
YUV213.19145.39112.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.36%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=29.36%
G=33.33%
B=37.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922182440.210.1100.0421070.2785.49
HexC0DAF415B04d24655
Octal300332364251304322106125
Binary11000000110110101111010010101101101001101001010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DAF4; }

 p { color: rgb(192,218,244); }

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

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

 a { background-color: rgb(192,218,244); }

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

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

 span { border-color: rgb(192,218,244); }

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