Html Css Color HEX #8ACEFD Light Sky Blue

📋 copy color: '#8ACEFD'

red 138 ◦ green 206 ◦ blue 253

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

Shades of Light Sky Blue #8ACEFD

Tints of Light Sky Blue #8ACEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.51%

 BLUE value IS 253 (99.22% from 255) = 42.38%

R = 23.12%
G = 34.51%
B = 42.38%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8ACEFD (or 0x8ACEFD) is known color: Light Sky Blue. HEX triplet: 8A, CE and FD. RGB value is (138,206,253). Sum of RGB (Red+Green+Blue) = 138+206+253=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ACEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACEFD is #753102. Grayscale: #BEBEBE. Windows color (decimal): -7680259 or 16633482. OLE color: 16633482.

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

Color convert

RGB 138 206 253 -
CMYK 0.45 0.19 0 0.01
HSL 204.52º 0.97% 0.77% -
HSV(B) 204.52º 0.45% 0.99% -
XYZ 50.28 56.64 101.21 -
YUV 191.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 138 206 253 0.45 0.19 0 0.01 204.52 0.97 0.77
Hex 8A CE FD 2D 13 0 1 CD 61 4D
Octal 212 316 375 55 23 0 1 315 141 115
Binary 10001010 11001110 11111101 101101 10011 0 1 11001101 1100001 1001101

Color Harmonies of #8ACEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACEFD

Black with #8ACEFD

Text Example


Text Example

White with #8ACEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,206,253); }

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

background-color css

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

 a { background-color: rgb(138,206,253); }

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

border-color css

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

 span { border-color: rgb(138,206,253); }

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