Html Css Color HEX #8FBDEE Cornflower

📋 copy color: '#8FBDEE'

red 143 ◦ green 189 ◦ blue 238

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

Shades of Cornflower #8FBDEE

Tints of Cornflower #8FBDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 25.09%
G = 33.16%
B = 41.75%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FBDEE (or 0x8FBDEE) is known color: Cornflower. HEX triplet: 8F, BD and EE. RGB value is (143,189,238). Sum of RGB (Red+Green+Blue) = 143+189+238=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FBDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDEE is #704211. Grayscale: #B4B4B4. Windows color (decimal): -7356946 or 15646095. OLE color: 15646095.

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

Color convert

RGB 143 189 238 -
CMYK 0.40 0.21 0 0.07
HSL 210.95º 0.74% 0.75% -
HSV(B) 210.95º 0.4% 0.93% -
XYZ 44.96 48.41 87.86 -
YUV 180.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 143 189 238 0.40 0.21 0 0.07 210.95 0.74 0.75
Hex 8F BD EE 28 15 0 7 D3 4A 4B
Octal 217 275 356 50 25 0 7 323 112 113
Binary 10001111 10111101 11101110 101000 10101 0 111 11010011 1001010 1001011

Color Harmonies of #8FBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDEE

Black with #8FBDEE

Text Example


Text Example

White with #8FBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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