Html Css Color HEX #8ABDFF Light Sky Blue

📋 copy color: '#8ABDFF'

red 138 ◦ green 189 ◦ blue 255

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

Shades of Light Sky Blue #8ABDFF

Tints of Light Sky Blue #8ABDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.47%

 BLUE value IS 255 (100% from 255) = 43.81%

R = 23.71%
G = 32.47%
B = 43.81%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8ABDFF (or 0x8ABDFF) is known color: Light Sky Blue. HEX triplet: 8A, BD and FF. RGB value is (138,189,255). Sum of RGB (Red+Green+Blue) = 138+189+255=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ABDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDFF is #754200. Grayscale: #B4B4B4. Windows color (decimal): -7684609 or 16760202. OLE color: 16760202.

HSL color Cylindrical-coordinate representation of color #8ABDFF: hue angle of 213.85º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ABDFF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 189 255 -
CMYK 0.46 0.26 0 0
HSL 213.85º 1% 0.77% -
HSV(B) 213.85º 0.46% 1% -
XYZ 46.73 49.02 101.61 -
YUV 181.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 138 189 255 0.46 0.26 0 0 213.85 1 0.77
Hex 8A BD FF 2E 1A 0 0 D6 64 4D
Octal 212 275 377 56 32 0 0 326 144 115
Binary 10001010 10111101 11111111 101110 11010 0 0 11010110 1100100 1001101

Color Harmonies of #8ABDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDFF

Black with #8ABDFF

Text Example


Text Example

White with #8ABDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,189,255); }

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

background-color css

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

 a { background-color: rgb(138,189,255); }

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

border-color css

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

 span { border-color: rgb(138,189,255); }

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