Html Css Color HEX #8BBBED Cornflower

📋 copy color: '#8BBBED'

red 139 ◦ green 187 ◦ blue 237

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

Shades of Cornflower #8BBBED

Tints of Cornflower #8BBBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.21%

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

R = 24.69%
G = 33.21%
B = 42.1%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BBBED (or 0x8BBBED) is known color: Cornflower. HEX triplet: 8B, BB and ED. RGB value is (139,187,237). Sum of RGB (Red+Green+Blue) = 139+187+237=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBBED is #744412. Grayscale: #B2B2B2. Windows color (decimal): -7619603 or 15580043. OLE color: 15580043.

HSL color Cylindrical-coordinate representation of color #8BBBED: hue angle of 210.61º 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 #8BBBED is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 187 237 -
CMYK 0.41 0.21 0 0.07
HSL 210.61º 0.73% 0.74% -
HSV(B) 210.61º 0.41% 0.93% -
XYZ 43.7 47.14 86.92 -
YUV 178.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 139 187 237 0.41 0.21 0 0.07 210.61 0.73 0.74
Hex 8B BB ED 29 15 0 7 D3 49 4A
Octal 213 273 355 51 25 0 7 323 111 112
Binary 10001011 10111011 11101101 101001 10101 0 111 11010011 1001001 1001010

Color Harmonies of #8BBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBBED

Black with #8BBBED

Text Example


Text Example

White with #8BBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,187,237); }

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

background-color css

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

 a { background-color: rgb(139,187,237); }

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

border-color css

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

 span { border-color: rgb(139,187,237); }

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