Html Css Color HEX #8AC2EE Cornflower

📋 copy color: '#8AC2EE'

red 138 ◦ green 194 ◦ blue 238

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

Shades of Cornflower #8AC2EE

Tints of Cornflower #8AC2EE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.04%

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 24.21%
G = 34.04%
B = 41.75%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AC2EE (or 0x8AC2EE) is known color: Cornflower. HEX triplet: 8A, C2 and EE. RGB value is (138,194,238). Sum of RGB (Red+Green+Blue) = 138+194+238=570 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.21% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AC2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC2EE is #753D11. Grayscale: #B6B6B6. Windows color (decimal): -7683346 or 15647370. OLE color: 15647370.

HSL color Cylindrical-coordinate representation of color #8AC2EE: hue angle of 206.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC2EE is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 194 238 -
CMYK 0.42 0.18 0 0.07
HSL 206.4º 0.75% 0.74% -
HSV(B) 206.4º 0.42% 0.93% -
XYZ 45.21 50.16 88.19 -
YUV 182.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 138 194 238 0.42 0.18 0 0.07 206.4 0.75 0.74
Hex 8A C2 EE 2A 12 0 7 CE 4B 4A
Octal 212 302 356 52 22 0 7 316 113 112
Binary 10001010 11000010 11101110 101010 10010 0 111 11001110 1001011 1001010

Color Harmonies of #8AC2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC2EE

Black with #8AC2EE

Text Example


Text Example

White with #8AC2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,238); }

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

background-color css

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

 a { background-color: rgb(138,194,238); }

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

border-color css

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

 span { border-color: rgb(138,194,238); }

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