Html Css Color HEX #8FCAE5 Cornflower

📋 copy color: '#8FCAE5'

red 143 ◦ green 202 ◦ blue 229

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

Shades of Cornflower #8FCAE5

Tints of Cornflower #8FCAE5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.19%

 BLUE value IS 229 (89.84% from 255) = 39.9%

R = 24.91%
G = 35.19%
B = 39.9%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8FCAE5 (or 0x8FCAE5) is known color: Cornflower. HEX triplet: 8F, CA and E5. RGB value is (143,202,229). Sum of RGB (Red+Green+Blue) = 143+202+229=574 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.91% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FCAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAE5 is #70351A. Grayscale: #BBBBBB. Windows color (decimal): -7353627 or 15059599. OLE color: 15059599.

HSL color Cylindrical-coordinate representation of color #8FCAE5: hue angle of 198.84º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCAE5 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 202 229 -
CMYK 0.38 0.12 0 0.10
HSL 198.84º 0.62% 0.73% -
HSV(B) 198.84º 0.38% 0.9% -
XYZ 46.59 53.74 82.05 -
YUV 187.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 143 202 229 0.38 0.12 0 0.10 198.84 0.62 0.73
Hex 8F CA E5 26 C 0 A C7 3E 49
Octal 217 312 345 46 14 0 12 307 76 111
Binary 10001111 11001010 11100101 100110 1100 0 1010 11000111 111110 1001001

Color Harmonies of #8FCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCAE5

Black with #8FCAE5

Text Example


Text Example

White with #8FCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,202,229); }

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

background-color css

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

 a { background-color: rgb(143,202,229); }

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

border-color css

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

 span { border-color: rgb(143,202,229); }

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