Html Css Color HEX #8AE1EF Sky Blue

📋 copy color: '#8AE1EF'

red 138 ◦ green 225 ◦ blue 239

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

Shades of Sky Blue #8AE1EF

Tints of Sky Blue #8AE1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.38%

 BLUE value IS 239 (93.75% from 255) = 39.7%

R = 22.92%
G = 37.38%
B = 39.7%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8AE1EF (or 0x8AE1EF) is known color: Sky Blue. HEX triplet: 8A, E1 and EF. RGB value is (138,225,239). Sum of RGB (Red+Green+Blue) = 138+225+239=602 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.92% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AE1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE1EF is #751E10. Grayscale: #C8C8C8. Windows color (decimal): -7675409 or 15720842. OLE color: 15720842.

HSL color Cylindrical-coordinate representation of color #8AE1EF: hue angle of 188.32º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AE1EF is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 225 239 -
CMYK 0.42 0.06 0 0.06
HSL 188.32º 0.76% 0.74% -
HSV(B) 188.32º 0.42% 0.94% -
XYZ 52.99 65.49 91.51 -
YUV 200.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 138 225 239 0.42 0.06 0 0.06 188.32 0.76 0.74
Hex 8A E1 EF 2A 6 0 6 BC 4C 4A
Octal 212 341 357 52 6 0 6 274 114 112
Binary 10001010 11100001 11101111 101010 110 0 110 10111100 1001100 1001010

Color Harmonies of #8AE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE1EF

Black with #8AE1EF

Text Example


Text Example

White with #8AE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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