Html Css Color HEX #C0D8EF Pale Cornflower Blue

📋 copy color: '#C0D8EF'

red 192 ◦ green 216 ◦ blue 239

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

Shades of Pale Cornflower Blue #C0D8EF

Tints of Pale Cornflower Blue #C0D8EF

RGB

 RED value IS 192 (75.39% from 255) = 29.68%

 GREEN value IS 216 (84.77% from 255) = 33.38%

 BLUE value IS 239 (93.75% from 255) = 36.94%

R = 29.68%
G = 33.38%
B = 36.94%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0D8EF (or 0xC0D8EF) is known color: Pale Cornflower Blue. HEX triplet: C0, D8 and EF. RGB value is (192,216,239). Sum of RGB (Red+Green+Blue) = 192+216+239=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D8EF is #3F2710. Grayscale: #D3D3D3. Windows color (decimal): -4138769 or 15718592. OLE color: 15718592.

HSL color Cylindrical-coordinate representation of color #C0D8EF: hue angle of 209.36º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0D8EF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 216 239 -
CMYK 0.20 0.10 0 0.06
HSL 209.36º 0.59% 0.85% -
HSV(B) 209.36º 0.2% 0.94% -
XYZ 61.87 66.55 91.25 -
YUV 211.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 192 216 239 0.20 0.10 0 0.06 209.36 0.59 0.85
Hex C0 D8 EF 14 A 0 6 D1 3B 55
Octal 300 330 357 24 12 0 6 321 73 125
Binary 11000000 11011000 11101111 10100 1010 0 110 11010001 111011 1010101

Color Harmonies of #C0D8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D8EF

Black with #C0D8EF

Text Example


Text Example

White with #C0D8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D8EF; }

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

 H1.HeaderClassName
 {
   color: #C0D8EF;
 }
 .AnyTagClassName
 {
   color: #C0D8EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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