Html Css Color HEX #8AC1E1 Cornflower

📋 copy color: '#8AC1E1'

red 138 ◦ green 193 ◦ blue 225

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

Shades of Cornflower #8AC1E1

Tints of Cornflower #8AC1E1

RGB

 RED value IS 138 (54.3% from 255) = 24.82%

 GREEN value IS 193 (75.78% from 255) = 34.71%

 BLUE value IS 225 (88.28% from 255) = 40.47%

R = 24.82%
G = 34.71%
B = 40.47%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8AC1E1 (or 0x8AC1E1) is known color: Cornflower. HEX triplet: 8A, C1 and E1. RGB value is (138,193,225). Sum of RGB (Red+Green+Blue) = 138+193+225=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #8AC1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC1E1 is #753E1E. Grayscale: #B4B4B4. Windows color (decimal): -7683615 or 14795146. OLE color: 14795146.

HSL color Cylindrical-coordinate representation of color #8AC1E1: hue angle of 202.07º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AC1E1 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 193 225 -
CMYK 0.39 0.14 0 0.12
HSL 202.07º 0.59% 0.71% -
HSV(B) 202.07º 0.39% 0.88% -
XYZ 43.14 48.98 78.41 -
YUV 180.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 138 193 225 0.39 0.14 0 0.12 202.07 0.59 0.71
Hex 8A C1 E1 27 E 0 C CA 3B 47
Octal 212 301 341 47 16 0 14 312 73 107
Binary 10001010 11000001 11100001 100111 1110 0 1100 11001010 111011 1000111

Color Harmonies of #8AC1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC1E1

Black with #8AC1E1

Text Example


Text Example

White with #8AC1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,193,225); }

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

background-color css

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

 a { background-color: rgb(138,193,225); }

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

border-color css

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

 span { border-color: rgb(138,193,225); }

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