Html Css Color HEX #8ACCFD Light Sky Blue

📋 copy color: '#8ACCFD'

red 138 ◦ green 204 ◦ blue 253

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

Shades of Light Sky Blue #8ACCFD

Tints of Light Sky Blue #8ACCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.29%

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

R = 23.19%
G = 34.29%
B = 42.52%

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

#8ACCFD (or 0x8ACCFD) is known color: Light Sky Blue. HEX triplet: 8A, CC and FD. RGB value is (138,204,253). Sum of RGB (Red+Green+Blue) = 138+204+253=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ACCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACCFD is #753302. Grayscale: #BDBDBD. Windows color (decimal): -7680771 or 16632970. OLE color: 16632970.

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

Color convert

RGB 138 204 253 -
CMYK 0.45 0.19 0 0.01
HSL 205.57º 0.97% 0.77% -
HSV(B) 205.57º 0.45% 0.99% -
XYZ 49.8 55.68 101.05 -
YUV 189.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 138 204 253 0.45 0.19 0 0.01 205.57 0.97 0.77
Hex 8A CC FD 2D 13 0 1 CE 61 4D
Octal 212 314 375 55 23 0 1 316 141 115
Binary 10001010 11001100 11111101 101101 10011 0 1 11001110 1100001 1001101

Color Harmonies of #8ACCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCFD

Black with #8ACCFD

Text Example


Text Example

White with #8ACCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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