Html Css Color HEX #8ADAFB Light Sky Blue

📋 copy color: '#8ADAFB'

red 138 ◦ green 218 ◦ blue 251

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

Shades of Light Sky Blue #8ADAFB

Tints of Light Sky Blue #8ADAFB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.91%

 BLUE value IS 251 (98.44% from 255) = 41.35%

R = 22.73%
G = 35.91%
B = 41.35%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8ADAFB (or 0x8ADAFB) is known color: Light Sky Blue. HEX triplet: 8A, DA and FB. RGB value is (138,218,251). Sum of RGB (Red+Green+Blue) = 138+218+251=607 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.73% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #8ADAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAFB is #752504. Grayscale: #C5C5C5. Windows color (decimal): -7677189 or 16505482. OLE color: 16505482.

HSL color Cylindrical-coordinate representation of color #8ADAFB: hue angle of 197.52º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ADAFB is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 218 251 -
CMYK 0.45 0.13 0 0.02
HSL 197.52º 0.93% 0.76% -
HSV(B) 197.52º 0.45% 0.98% -
XYZ 52.97 62.51 100.54 -
YUV 197.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 138 218 251 0.45 0.13 0 0.02 197.52 0.93 0.76
Hex 8A DA FB 2D D 0 2 C6 5D 4C
Octal 212 332 373 55 15 0 2 306 135 114
Binary 10001010 11011010 11111011 101101 1101 0 10 11000110 1011101 1001100

Color Harmonies of #8ADAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADAFB

Black with #8ADAFB

Text Example


Text Example

White with #8ADAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,218,251); }

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

background-color css

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

 a { background-color: rgb(138,218,251); }

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

border-color css

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

 span { border-color: rgb(138,218,251); }

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