Html Css Color HEX #8BBEDF Cornflower

📋 copy color: '#8BBEDF'

red 139 ◦ green 190 ◦ blue 223

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

Shades of Cornflower #8BBEDF

Tints of Cornflower #8BBEDF

RGB

 RED value IS 139 (54.69% from 255) = 25.18%

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 25.18%
G = 34.42%
B = 40.4%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BBEDF (or 0x8BBEDF) is known color: Cornflower. HEX triplet: 8B, BE and DF. RGB value is (139,190,223). Sum of RGB (Red+Green+Blue) = 139+190+223=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEDF is #744120. Grayscale: #B2B2B2. Windows color (decimal): -7618849 or 14663307. OLE color: 14663307.

HSL color Cylindrical-coordinate representation of color #8BBEDF: hue angle of 203.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBEDF is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 190 223 -
CMYK 0.38 0.15 0 0.13
HSL 203.57º 0.57% 0.71% -
HSV(B) 203.57º 0.38% 0.87% -
XYZ 42.38 47.64 76.77 -
YUV 178.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 139 190 223 0.38 0.15 0 0.13 203.57 0.57 0.71
Hex 8B BE DF 26 F 0 D CC 39 47
Octal 213 276 337 46 17 0 15 314 71 107
Binary 10001011 10111110 11011111 100110 1111 0 1101 11001100 111001 1000111

Color Harmonies of #8BBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBEDF

Black with #8BBEDF

Text Example


Text Example

White with #8BBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,190,223); }

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

background-color css

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

 a { background-color: rgb(139,190,223); }

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

border-color css

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

 span { border-color: rgb(139,190,223); }

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