Html Css Color HEX #8FCAEA Cornflower

📋 copy color: '#8FCAEA'

red 143 ◦ green 202 ◦ blue 234

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

Shades of Cornflower #8FCAEA

Tints of Cornflower #8FCAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 24.7%
G = 34.89%
B = 40.41%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FCAEA (or 0x8FCAEA) is known color: Cornflower. HEX triplet: 8F, CA and EA. RGB value is (143,202,234). Sum of RGB (Red+Green+Blue) = 143+202+234=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FCAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAEA is #703515. Grayscale: #BBBBBB. Windows color (decimal): -7353622 or 15387279. OLE color: 15387279.

HSL color Cylindrical-coordinate representation of color #8FCAEA: hue angle of 201.1º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FCAEA is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 202 234 -
CMYK 0.39 0.14 0 0.08
HSL 201.1º 0.68% 0.74% -
HSV(B) 201.1º 0.39% 0.92% -
XYZ 47.3 54.02 85.78 -
YUV 188.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 143 202 234 0.39 0.14 0 0.08 201.1 0.68 0.74
Hex 8F CA EA 27 E 0 8 C9 44 4A
Octal 217 312 352 47 16 0 10 311 104 112
Binary 10001111 11001010 11101010 100111 1110 0 1000 11001001 1000100 1001010

Color Harmonies of #8FCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCAEA

Black with #8FCAEA

Text Example


Text Example

White with #8FCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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