Html Css Color HEX #8CCAF1 Cornflower

📋 copy color: '#8CCAF1'

red 140 ◦ green 202 ◦ blue 241

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

Shades of Cornflower #8CCAF1

Tints of Cornflower #8CCAF1

RGB

 RED value IS 140 (55.08% from 255) = 24.01%

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

 BLUE value IS 241 (94.53% from 255) = 41.34%

R = 24.01%
G = 34.65%
B = 41.34%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8CCAF1 (or 0x8CCAF1) is known color: Cornflower. HEX triplet: 8C, CA and F1. RGB value is (140,202,241). Sum of RGB (Red+Green+Blue) = 140+202+241=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CCAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCAF1 is #73350E. Grayscale: #BBBBBB. Windows color (decimal): -7550223 or 15846028. OLE color: 15846028.

HSL color Cylindrical-coordinate representation of color #8CCAF1: hue angle of 203.17º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCAF1 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 202 241 -
CMYK 0.42 0.16 0 0.05
HSL 203.17º 0.78% 0.75% -
HSV(B) 203.17º 0.42% 0.95% -
XYZ 47.81 54.17 91.15 -
YUV 187.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 140 202 241 0.42 0.16 0 0.05 203.17 0.78 0.75
Hex 8C CA F1 2A 10 0 5 CB 4E 4B
Octal 214 312 361 52 20 0 5 313 116 113
Binary 10001100 11001010 11110001 101010 10000 0 101 11001011 1001110 1001011

Color Harmonies of #8CCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCAF1

Black with #8CCAF1

Text Example


Text Example

White with #8CCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,202,241); }

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

background-color css

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

 a { background-color: rgb(140,202,241); }

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

border-color css

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

 span { border-color: rgb(140,202,241); }

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