Html Css Color HEX #8BC6ED Cornflower

📋 copy color: '#8BC6ED'

red 139 ◦ green 198 ◦ blue 237

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

Shades of Cornflower #8BC6ED

Tints of Cornflower #8BC6ED

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.49%

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

R = 24.22%
G = 34.49%
B = 41.29%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BC6ED (or 0x8BC6ED) is known color: Cornflower. HEX triplet: 8B, C6 and ED. RGB value is (139,198,237). Sum of RGB (Red+Green+Blue) = 139+198+237=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BC6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC6ED is #743912. Grayscale: #B8B8B8. Windows color (decimal): -7616787 or 15582859. OLE color: 15582859.

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

Color convert

RGB 139 198 237 -
CMYK 0.41 0.16 0 0.07
HSL 203.88º 0.73% 0.74% -
HSV(B) 203.88º 0.41% 0.93% -
XYZ 46.13 51.99 87.72 -
YUV 184.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 139 198 237 0.41 0.16 0 0.07 203.88 0.73 0.74
Hex 8B C6 ED 29 10 0 7 CC 49 4A
Octal 213 306 355 51 20 0 7 314 111 112
Binary 10001011 11000110 11101101 101001 10000 0 111 11001100 1001001 1001010

Color Harmonies of #8BC6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC6ED

Black with #8BC6ED

Text Example


Text Example

White with #8BC6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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