Html Css Color HEX #8ADFEC Sky Blue

📋 copy color: '#8ADFEC'

red 138 ◦ green 223 ◦ blue 236

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

Shades of Sky Blue #8ADFEC

Tints of Sky Blue #8ADFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 23.12%
G = 37.35%
B = 39.53%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8ADFEC (or 0x8ADFEC) is known color: Sky Blue. HEX triplet: 8A, DF and EC. RGB value is (138,223,236). Sum of RGB (Red+Green+Blue) = 138+223+236=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ADFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFEC is #752013. Grayscale: #C6C6C6. Windows color (decimal): -7675924 or 15523722. OLE color: 15523722.

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

Color convert

RGB 138 223 236 -
CMYK 0.42 0.06 0 0.07
HSL 187.96º 0.72% 0.73% -
HSV(B) 187.96º 0.42% 0.93% -
XYZ 52.01 64.23 89.01 -
YUV 199.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 138 223 236 0.42 0.06 0 0.07 187.96 0.72 0.73
Hex 8A DF EC 2A 6 0 7 BC 48 49
Octal 212 337 354 52 6 0 7 274 110 111
Binary 10001010 11011111 11101100 101010 110 0 111 10111100 1001000 1001001

Color Harmonies of #8ADFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADFEC

Black with #8ADFEC

Text Example


Text Example

White with #8ADFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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