Html Css Color HEX #8DBBE4 Cornflower

📋 copy color: '#8DBBE4'

red 141 ◦ green 187 ◦ blue 228

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

Shades of Cornflower #8DBBE4

Tints of Cornflower #8DBBE4

RGB

 RED value IS 141 (55.47% from 255) = 25.36%

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

 BLUE value IS 228 (89.45% from 255) = 41.01%

R = 25.36%
G = 33.63%
B = 41.01%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8DBBE4 (or 0x8DBBE4) is known color: Cornflower. HEX triplet: 8D, BB and E4. RGB value is (141,187,228). Sum of RGB (Red+Green+Blue) = 141+187+228=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #8DBBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBE4 is #72441B. Grayscale: #B1B1B1. Windows color (decimal): -7488540 or 14990221. OLE color: 14990221.

HSL color Cylindrical-coordinate representation of color #8DBBE4: hue angle of 208.28º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DBBE4 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 141 187 228 -
CMYK 0.38 0.18 0 0.11
HSL 208.28º 0.62% 0.72% -
HSV(B) 208.28º 0.38% 0.89% -
XYZ 42.76 46.8 80.18 -
YUV 177.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 141 187 228 0.38 0.18 0 0.11 208.28 0.62 0.72
Hex 8D BB E4 26 12 0 B D0 3E 48
Octal 215 273 344 46 22 0 13 320 76 110
Binary 10001101 10111011 11100100 100110 10010 0 1011 11010000 111110 1001000

Color Harmonies of #8DBBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBBE4

Black with #8DBBE4

Text Example


Text Example

White with #8DBBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,187,228); }

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

background-color css

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

 a { background-color: rgb(141,187,228); }

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

border-color css

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

 span { border-color: rgb(141,187,228); }

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