Html Css Color HEX #C0D8EC Pale Cornflower Blue

📋 copy color: '#C0D8EC'

red 192 ◦ green 216 ◦ blue 236

#C0D8EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #C0D8EC

Tints of Pale Cornflower Blue #C0D8EC

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 value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0D8EC (or 0xC0D8EC) is known color: 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

RGB 192 216 236 -
CMYK 0.19 0.08 0 0.07
HSL 207.27º 0.54% 0.84% -
HSV(B) 207.27º 0.19% 0.93% -
XYZ 61.43 66.37 88.93 -
YUV 211.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 192 216 236 0.19 0.08 0 0.07 207.27 0.54 0.84
Hex C0 D8 EC 13 8 0 7 CF 36 54
Octal 300 330 354 23 10 0 7 317 66 124
Binary 11000000 11011000 11101100 10011 1000 0 111 11001111 110110 1010100

Color Harmonies of #C0D8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D8EC

Black with #C0D8EC

Text Example


Text Example

White with #C0D8EC

Text Example


Text Example

HTML Codes & Css Web 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>