Html Css Color HEX #8DC0ED Cornflower

📋 copy color: '#8DC0ED'

red 141 ◦ green 192 ◦ blue 237

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

Shades of Cornflower #8DC0ED

Tints of Cornflower #8DC0ED

RGB

 RED value IS 141 (55.47% from 255) = 24.74%

 GREEN value IS 192 (75.39% from 255) = 33.68%

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 24.74%
G = 33.68%
B = 41.58%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DC0ED (or 0x8DC0ED) is known color: Cornflower. HEX triplet: 8D, C0 and ED. RGB value is (141,192,237). Sum of RGB (Red+Green+Blue) = 141+192+237=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC0ED is #723F12. Grayscale: #B5B5B5. Windows color (decimal): -7487251 or 15581325. OLE color: 15581325.

HSL color Cylindrical-coordinate representation of color #8DC0ED: hue angle of 208.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DC0ED is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 192 237 -
CMYK 0.41 0.19 0 0.07
HSL 208.13º 0.73% 0.74% -
HSV(B) 208.13º 0.41% 0.93% -
XYZ 45.12 49.48 87.29 -
YUV 181.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 141 192 237 0.41 0.19 0 0.07 208.13 0.73 0.74
Hex 8D C0 ED 29 13 0 7 D0 49 4A
Octal 215 300 355 51 23 0 7 320 111 112
Binary 10001101 11000000 11101101 101001 10011 0 111 11010000 1001001 1001010

Color Harmonies of #8DC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC0ED

Black with #8DC0ED

Text Example


Text Example

White with #8DC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DC0ED; }

 p { color: rgb(141,192,237); }

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

background-color css

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

 a { background-color: rgb(141,192,237); }

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

border-color css

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

 span { border-color: rgb(141,192,237); }

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