Html Css Color HEX #8ABEFC Light Sky Blue

📋 copy color: '#8ABEFC'

red 138 ◦ green 190 ◦ blue 252

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

Shades of Light Sky Blue #8ABEFC

Tints of Light Sky Blue #8ABEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.76%

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 23.79%
G = 32.76%
B = 43.45%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8ABEFC (or 0x8ABEFC) is known color: Light Sky Blue. HEX triplet: 8A, BE and FC. RGB value is (138,190,252). Sum of RGB (Red+Green+Blue) = 138+190+252=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #8ABEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABEFC is #754103. Grayscale: #B5B5B5. Windows color (decimal): -7684356 or 16563850. OLE color: 16563850.

HSL color Cylindrical-coordinate representation of color #8ABEFC: hue angle of 212.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ABEFC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 190 252 -
CMYK 0.45 0.25 0 0.01
HSL 212.63º 0.95% 0.76% -
HSV(B) 212.63º 0.45% 0.99% -
XYZ 46.47 49.26 99.15 -
YUV 181.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 138 190 252 0.45 0.25 0 0.01 212.63 0.95 0.76
Hex 8A BE FC 2D 19 0 1 D5 5F 4C
Octal 212 276 374 55 31 0 1 325 137 114
Binary 10001010 10111110 11111100 101101 11001 0 1 11010101 1011111 1001100

Color Harmonies of #8ABEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABEFC

Black with #8ABEFC

Text Example


Text Example

White with #8ABEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,190,252); }

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

background-color css

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

 a { background-color: rgb(138,190,252); }

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

border-color css

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

 span { border-color: rgb(138,190,252); }

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