Html Css Color HEX #8ABCFF Light Sky Blue

📋 copy color: '#8ABCFF'

red 138 ◦ green 188 ◦ blue 255

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

Shades of Light Sky Blue #8ABCFF

Tints of Light Sky Blue #8ABCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.36%

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

R = 23.75%
G = 32.36%
B = 43.89%

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

#8ABCFF (or 0x8ABCFF) is known color: Light Sky Blue. HEX triplet: 8A, BC and FF. RGB value is (138,188,255). Sum of RGB (Red+Green+Blue) = 138+188+255=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ABCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCFF is #754300. Grayscale: #B4B4B4. Windows color (decimal): -7684865 or 16759946. OLE color: 16759946.

HSL color Cylindrical-coordinate representation of color #8ABCFF: hue angle of 214.36º 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 #8ABCFF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 188 255 -
CMYK 0.46 0.26 0 0
HSL 214.36º 1% 0.77% -
HSV(B) 214.36º 0.46% 1% -
XYZ 46.51 48.59 101.53 -
YUV 180.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 138 188 255 0.46 0.26 0 0 214.36 1 0.77
Hex 8A BC FF 2E 1A 0 0 D6 64 4D
Octal 212 274 377 56 32 0 0 326 144 115
Binary 10001010 10111100 11111111 101110 11010 0 0 11010110 1100100 1001101

Color Harmonies of #8ABCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCFF

Black with #8ABCFF

Text Example


Text Example

White with #8ABCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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