Html Css Color HEX #8CBEEB Cornflower

📋 copy color: '#8CBEEB'

red 140 ◦ green 190 ◦ blue 235

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

Shades of Cornflower #8CBEEB

Tints of Cornflower #8CBEEB

RGB

 RED value IS 140 (55.08% from 255) = 24.78%

 GREEN value IS 190 (74.61% from 255) = 33.63%

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 24.78%
G = 33.63%
B = 41.59%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CBEEB (or 0x8CBEEB) is known color: Cornflower. HEX triplet: 8C, BE and EB. RGB value is (140,190,235). Sum of RGB (Red+Green+Blue) = 140+190+235=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CBEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBEEB is #734114. Grayscale: #B3B3B3. Windows color (decimal): -7553301 or 15449740. OLE color: 15449740.

HSL color Cylindrical-coordinate representation of color #8CBEEB: hue angle of 208.42º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CBEEB is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 190 235 -
CMYK 0.40 0.19 0 0.08
HSL 208.42º 0.7% 0.74% -
HSV(B) 208.42º 0.4% 0.92% -
XYZ 44.22 48.4 85.61 -
YUV 180.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 140 190 235 0.40 0.19 0 0.08 208.42 0.7 0.74
Hex 8C BE EB 28 13 0 8 D0 46 4A
Octal 214 276 353 50 23 0 10 320 106 112
Binary 10001100 10111110 11101011 101000 10011 0 1000 11010000 1000110 1001010

Color Harmonies of #8CBEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBEEB

Black with #8CBEEB

Text Example


Text Example

White with #8CBEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,235); }

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

background-color css

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

 a { background-color: rgb(140,190,235); }

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

border-color css

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

 span { border-color: rgb(140,190,235); }

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