Html Css Color HEX #8FBDF0 Cornflower

📋 copy color: '#8FBDF0'

red 143 ◦ green 189 ◦ blue 240

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

Shades of Cornflower #8FBDF0

Tints of Cornflower #8FBDF0

RGB

 RED value IS 143 (56.25% from 255) = 25%

 GREEN value IS 189 (74.22% from 255) = 33.04%

 BLUE value IS 240 (94.14% from 255) = 41.96%

R = 25%
G = 33.04%
B = 41.96%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8FBDF0 (or 0x8FBDF0) is known color: Cornflower. HEX triplet: 8F, BD and F0. RGB value is (143,189,240). Sum of RGB (Red+Green+Blue) = 143+189+240=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FBDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDF0 is #70420F. Grayscale: #B4B4B4. Windows color (decimal): -7356944 or 15777167. OLE color: 15777167.

HSL color Cylindrical-coordinate representation of color #8FBDF0: hue angle of 211.55º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBDF0 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 189 240 -
CMYK 0.40 0.21 0 0.06
HSL 211.55º 0.76% 0.75% -
HSV(B) 211.55º 0.4% 0.94% -
XYZ 45.25 48.53 89.42 -
YUV 181.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 143 189 240 0.40 0.21 0 0.06 211.55 0.76 0.75
Hex 8F BD F0 28 15 0 6 D4 4C 4B
Octal 217 275 360 50 25 0 6 324 114 113
Binary 10001111 10111101 11110000 101000 10101 0 110 11010100 1001100 1001011

Color Harmonies of #8FBDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDF0

Black with #8FBDF0

Text Example


Text Example

White with #8FBDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,189,240); }

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

background-color css

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

 a { background-color: rgb(143,189,240); }

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

border-color css

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

 span { border-color: rgb(143,189,240); }

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