Html Css Color HEX #8DBAEE Cornflower

📋 copy color: '#8DBAEE'

red 141 ◦ green 186 ◦ blue 238

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

Shades of Cornflower #8DBAEE

Tints of Cornflower #8DBAEE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.92%

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

R = 24.96%
G = 32.92%
B = 42.12%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DBAEE (or 0x8DBAEE) is known color: Cornflower. HEX triplet: 8D, BA and EE. RGB value is (141,186,238). Sum of RGB (Red+Green+Blue) = 141+186+238=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DBAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAEE is #724511. Grayscale: #B2B2B2. Windows color (decimal): -7488786 or 15645325. OLE color: 15645325.

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

Color convert

RGB 141 186 238 -
CMYK 0.41 0.22 0 0.07
HSL 212.16º 0.74% 0.74% -
HSV(B) 212.16º 0.41% 0.93% -
XYZ 43.98 46.95 87.63 -
YUV 178.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 141 186 238 0.41 0.22 0 0.07 212.16 0.74 0.74
Hex 8D BA EE 29 16 0 7 D4 4A 4A
Octal 215 272 356 51 26 0 7 324 112 112
Binary 10001101 10111010 11101110 101001 10110 0 111 11010100 1001010 1001010

Color Harmonies of #8DBAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAEE

Black with #8DBAEE

Text Example


Text Example

White with #8DBAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,238); }

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

background-color css

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

 a { background-color: rgb(141,186,238); }

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

border-color css

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

 span { border-color: rgb(141,186,238); }

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