Html Css Color HEX #8DBFE5 Cornflower

📋 copy color: '#8DBFE5'

red 141 ◦ green 191 ◦ blue 229

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

Shades of Cornflower #8DBFE5

Tints of Cornflower #8DBFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 34.05%

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 25.13%
G = 34.05%
B = 40.82%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8DBFE5 (or 0x8DBFE5) is known color: Cornflower. HEX triplet: 8D, BF and E5. RGB value is (141,191,229). Sum of RGB (Red+Green+Blue) = 141+191+229=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DBFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFE5 is #72401A. Grayscale: #B4B4B4. Windows color (decimal): -7487515 or 15056781. OLE color: 15056781.

HSL color Cylindrical-coordinate representation of color #8DBFE5: hue angle of 205.91º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DBFE5 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 191 229 -
CMYK 0.38 0.17 0 0.10
HSL 205.91º 0.63% 0.73% -
HSV(B) 205.91º 0.38% 0.9% -
XYZ 43.76 48.58 81.2 -
YUV 180.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 141 191 229 0.38 0.17 0 0.10 205.91 0.63 0.73
Hex 8D BF E5 26 11 0 A CE 3F 49
Octal 215 277 345 46 21 0 12 316 77 111
Binary 10001101 10111111 11100101 100110 10001 0 1010 11001110 111111 1001001

Color Harmonies of #8DBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBFE5

Black with #8DBFE5

Text Example


Text Example

White with #8DBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,191,229); }

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

background-color css

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

 a { background-color: rgb(141,191,229); }

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

border-color css

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

 span { border-color: rgb(141,191,229); }

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