Html Css Color HEX #8DBCF1 Cornflower

📋 copy color: '#8DBCF1'

red 141 ◦ green 188 ◦ blue 241

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

Shades of Cornflower #8DBCF1

Tints of Cornflower #8DBCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.28%

R = 24.74%
G = 32.98%
B = 42.28%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8DBCF1 (or 0x8DBCF1) is known color: Cornflower. HEX triplet: 8D, BC and F1. RGB value is (141,188,241). Sum of RGB (Red+Green+Blue) = 141+188+241=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DBCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCF1 is #72430E. Grayscale: #B3B3B3. Windows color (decimal): -7488271 or 15842445. OLE color: 15842445.

HSL color Cylindrical-coordinate representation of color #8DBCF1: hue angle of 211.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBCF1 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 188 241 -
CMYK 0.41 0.22 0 0.05
HSL 211.8º 0.78% 0.75% -
HSV(B) 211.8º 0.41% 0.95% -
XYZ 44.84 47.98 90.12 -
YUV 179.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 141 188 241 0.41 0.22 0 0.05 211.8 0.78 0.75
Hex 8D BC F1 29 16 0 5 D4 4E 4B
Octal 215 274 361 51 26 0 5 324 116 113
Binary 10001101 10111100 11110001 101001 10110 0 101 11010100 1001110 1001011

Color Harmonies of #8DBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCF1

Black with #8DBCF1

Text Example


Text Example

White with #8DBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,188,241); }

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

background-color css

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

 a { background-color: rgb(141,188,241); }

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

border-color css

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

 span { border-color: rgb(141,188,241); }

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