Html Css Color HEX #8BBCDA Cornflower

📋 copy color: '#8BBCDA'

red 139 ◦ green 188 ◦ blue 218

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

Shades of Cornflower #8BBCDA

Tints of Cornflower #8BBCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 218 (85.55% from 255) = 40%

R = 25.5%
G = 34.5%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8BBCDA (or 0x8BBCDA) is known color: Cornflower. HEX triplet: 8B, BC and DA. RGB value is (139,188,218). Sum of RGB (Red+Green+Blue) = 139+188+218=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCDA is #744325. Grayscale: #B0B0B0. Windows color (decimal): -7619366 or 14335115. OLE color: 14335115.

HSL color Cylindrical-coordinate representation of color #8BBCDA: hue angle of 202.78º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BBCDA is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 188 218 -
CMYK 0.36 0.14 0 0.15
HSL 202.78º 0.52% 0.7% -
HSV(B) 202.78º 0.36% 0.85% -
XYZ 41.29 46.52 73.13 -
YUV 176.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 139 188 218 0.36 0.14 0 0.15 202.78 0.52 0.7
Hex 8B BC DA 24 E 0 F CB 34 46
Octal 213 274 332 44 16 0 17 313 64 106
Binary 10001011 10111100 11011010 100100 1110 0 1111 11001011 110100 1000110

Color Harmonies of #8BBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBCDA

Black with #8BBCDA

Text Example


Text Example

White with #8BBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,218); }

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

background-color css

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

 a { background-color: rgb(139,188,218); }

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

border-color css

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

 span { border-color: rgb(139,188,218); }

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