Html Css Color HEX #8ADFEA Sky Blue

📋 copy color: '#8ADFEA'

red 138 ◦ green 223 ◦ blue 234

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

Shades of Sky Blue #8ADFEA

Tints of Sky Blue #8ADFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.48%

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

R = 23.19%
G = 37.48%
B = 39.33%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8ADFEA (or 0x8ADFEA) is known color: Sky Blue. HEX triplet: 8A, DF and EA. RGB value is (138,223,234). Sum of RGB (Red+Green+Blue) = 138+223+234=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ADFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFEA is #752015. Grayscale: #C6C6C6. Windows color (decimal): -7675926 or 15392650. OLE color: 15392650.

HSL color Cylindrical-coordinate representation of color #8ADFEA: hue angle of 186.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ADFEA is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 223 234 -
CMYK 0.41 0.05 0 0.08
HSL 186.88º 0.7% 0.73% -
HSV(B) 186.88º 0.41% 0.92% -
XYZ 51.72 64.12 87.49 -
YUV 198.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 138 223 234 0.41 0.05 0 0.08 186.88 0.7 0.73
Hex 8A DF EA 29 5 0 8 BB 46 49
Octal 212 337 352 51 5 0 10 273 106 111
Binary 10001010 11011111 11101010 101001 101 0 1000 10111011 1000110 1001001

Color Harmonies of #8ADFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADFEA

Black with #8ADFEA

Text Example


Text Example

White with #8ADFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,223,234); }

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

background-color css

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

 a { background-color: rgb(138,223,234); }

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

border-color css

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

 span { border-color: rgb(138,223,234); }

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