Html Css Color HEX #8ABBFF Light Sky Blue

📋 copy color: '#8ABBFF'

red 138 ◦ green 187 ◦ blue 255

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

Shades of Light Sky Blue #8ABBFF

Tints of Light Sky Blue #8ABBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.24%

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

R = 23.79%
G = 32.24%
B = 43.97%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8ABBFF (or 0x8ABBFF) is known color: Light Sky Blue. HEX triplet: 8A, BB and FF. RGB value is (138,187,255). Sum of RGB (Red+Green+Blue) = 138+187+255=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ABBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABBFF is #754400. Grayscale: #B3B3B3. Windows color (decimal): -7685121 or 16759690. OLE color: 16759690.

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

Color convert

RGB 138 187 255 -
CMYK 0.46 0.27 0 0
HSL 214.87º 1% 0.77% -
HSV(B) 214.87º 0.46% 1% -
XYZ 46.3 48.16 101.46 -
YUV 180.1 170.27 97.97 -
System Red Green Blue C M Y K H S L
Decimal 138 187 255 0.46 0.27 0 0 214.87 1 0.77
Hex 8A BB FF 2E 1B 0 0 D7 64 4D
Octal 212 273 377 56 33 0 0 327 144 115
Binary 10001010 10111011 11111111 101110 11011 0 0 11010111 1100100 1001101

Color Harmonies of #8ABBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABBFF

Black with #8ABBFF

Text Example


Text Example

White with #8ABBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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