Html Css Color HEX #8EBFDA Cornflower

📋 copy color: '#8EBFDA'

red 142 ◦ green 191 ◦ blue 218

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

Shades of Cornflower #8EBFDA

Tints of Cornflower #8EBFDA

RGB

 RED value IS 142 (55.86% from 255) = 25.77%

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 25.77%
G = 34.66%
B = 39.56%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8EBFDA (or 0x8EBFDA) is known color: Cornflower. HEX triplet: 8E, BF and DA. RGB value is (142,191,218). Sum of RGB (Red+Green+Blue) = 142+191+218=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFDA is #714025. Grayscale: #B3B3B3. Windows color (decimal): -7421990 or 14335886. OLE color: 14335886.

HSL color Cylindrical-coordinate representation of color #8EBFDA: hue angle of 201.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EBFDA is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 191 218 -
CMYK 0.35 0.12 0 0.15
HSL 201.32º 0.51% 0.71% -
HSV(B) 201.32º 0.35% 0.85% -
XYZ 42.44 48.07 73.37 -
YUV 179.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 142 191 218 0.35 0.12 0 0.15 201.32 0.51 0.71
Hex 8E BF DA 23 C 0 F C9 33 47
Octal 216 277 332 43 14 0 17 311 63 107
Binary 10001110 10111111 11011010 100011 1100 0 1111 11001001 110011 1000111

Color Harmonies of #8EBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBFDA

Black with #8EBFDA

Text Example


Text Example

White with #8EBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,191,218); }

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

background-color css

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

 a { background-color: rgb(142,191,218); }

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

border-color css

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

 span { border-color: rgb(142,191,218); }

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