Html Css Color HEX #8ADCF4 Sky Blue

📋 copy color: '#8ADCF4'

red 138 ◦ green 220 ◦ blue 244

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

Shades of Sky Blue #8ADCF4

Tints of Sky Blue #8ADCF4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

 BLUE value IS 244 (95.7% from 255) = 40.53%

R = 22.92%
G = 36.54%
B = 40.53%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8ADCF4 (or 0x8ADCF4) is known color: Sky Blue. HEX triplet: 8A, DC and F4. RGB value is (138,220,244). Sum of RGB (Red+Green+Blue) = 138+220+244=602 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.92% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #8ADCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCF4 is #75230B. Grayscale: #C6C6C6. Windows color (decimal): -7676684 or 16047242. OLE color: 16047242.

HSL color Cylindrical-coordinate representation of color #8ADCF4: hue angle of 193.58º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADCF4 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 220 244 -
CMYK 0.43 0.10 0 0.04
HSL 193.58º 0.83% 0.75% -
HSV(B) 193.58º 0.43% 0.96% -
XYZ 52.4 63.12 95.01 -
YUV 198.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 138 220 244 0.43 0.10 0 0.04 193.58 0.83 0.75
Hex 8A DC F4 2B A 0 4 C2 53 4B
Octal 212 334 364 53 12 0 4 302 123 113
Binary 10001010 11011100 11110100 101011 1010 0 100 11000010 1010011 1001011

Color Harmonies of #8ADCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCF4

Black with #8ADCF4

Text Example


Text Example

White with #8ADCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,220,244); }

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

background-color css

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

 a { background-color: rgb(138,220,244); }

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

border-color css

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

 span { border-color: rgb(138,220,244); }

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