Html Css Color HEX #8ACDFC Light Sky Blue

📋 copy color: '#8ACDFC'

red 138 ◦ green 205 ◦ blue 252

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

Shades of Light Sky Blue #8ACDFC

Tints of Light Sky Blue #8ACDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

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

R = 23.19%
G = 34.45%
B = 42.35%

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

#8ACDFC (or 0x8ACDFC) is known color: Light Sky Blue. HEX triplet: 8A, CD and FC. RGB value is (138,205,252). Sum of RGB (Red+Green+Blue) = 138+205+252=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #8ACDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACDFC is #753203. Grayscale: #BEBEBE. Windows color (decimal): -7680516 or 16567690. OLE color: 16567690.

HSL color Cylindrical-coordinate representation of color #8ACDFC: hue angle of 204.74º 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 #8ACDFC is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 205 252 -
CMYK 0.45 0.19 0 0.01
HSL 204.74º 0.95% 0.76% -
HSV(B) 204.74º 0.45% 0.99% -
XYZ 49.88 56.09 100.29 -
YUV 190.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 138 205 252 0.45 0.19 0 0.01 204.74 0.95 0.76
Hex 8A CD FC 2D 13 0 1 CD 5F 4C
Octal 212 315 374 55 23 0 1 315 137 114
Binary 10001010 11001101 11111100 101101 10011 0 1 11001101 1011111 1001100

Color Harmonies of #8ACDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACDFC

Black with #8ACDFC

Text Example


Text Example

White with #8ACDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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