Html Css Color HEX #8AD4EB Sky Blue

📋 copy color: '#8AD4EB'

red 138 ◦ green 212 ◦ blue 235

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

Shades of Sky Blue #8AD4EB

Tints of Sky Blue #8AD4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.24%

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 23.59%
G = 36.24%
B = 40.17%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8AD4EB (or 0x8AD4EB) is known color: Sky Blue. HEX triplet: 8A, D4 and EB. RGB value is (138,212,235). Sum of RGB (Red+Green+Blue) = 138+212+235=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AD4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD4EB is #752B14. Grayscale: #C0C0C0. Windows color (decimal): -7678741 or 15455370. OLE color: 15455370.

HSL color Cylindrical-coordinate representation of color #8AD4EB: hue angle of 194.23º degrees, saturation: 0.71, 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 #8AD4EB is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 212 235 -
CMYK 0.41 0.10 0 0.08
HSL 194.23º 0.71% 0.73% -
HSV(B) 194.23º 0.41% 0.92% -
XYZ 49.02 58.49 87.3 -
YUV 192.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 138 212 235 0.41 0.10 0 0.08 194.23 0.71 0.73
Hex 8A D4 EB 29 A 0 8 C2 47 49
Octal 212 324 353 51 12 0 10 302 107 111
Binary 10001010 11010100 11101011 101001 1010 0 1000 11000010 1000111 1001001

Color Harmonies of #8AD4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD4EB

Black with #8AD4EB

Text Example


Text Example

White with #8AD4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,212,235); }

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

background-color css

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

 a { background-color: rgb(138,212,235); }

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

border-color css

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

 span { border-color: rgb(138,212,235); }

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