Html Css Color HEX #8AD4FC Light Sky Blue

📋 copy color: '#8AD4FC'

red 138 ◦ green 212 ◦ blue 252

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

Shades of Light Sky Blue #8AD4FC

Tints of Light Sky Blue #8AD4FC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.22%

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

R = 22.92%
G = 35.22%
B = 41.86%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AD4FC (or 0x8AD4FC) is known color: Light Sky Blue. HEX triplet: 8A, D4 and FC. RGB value is (138,212,252). Sum of RGB (Red+Green+Blue) = 138+212+252=602 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.92% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AD4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD4FC is #752B03. Grayscale: #C2C2C2. Windows color (decimal): -7678724 or 16569482. OLE color: 16569482.

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

Color convert

RGB 138 212 252 -
CMYK 0.45 0.16 0 0.01
HSL 201.05º 0.95% 0.76% -
HSV(B) 201.05º 0.45% 0.99% -
XYZ 51.6 59.52 100.86 -
YUV 194.43 160.48 87.75 -
System Red Green Blue C M Y K H S L
Decimal 138 212 252 0.45 0.16 0 0.01 201.05 0.95 0.76
Hex 8A D4 FC 2D 10 0 1 C9 5F 4C
Octal 212 324 374 55 20 0 1 311 137 114
Binary 10001010 11010100 11111100 101101 10000 0 1 11001001 1011111 1001100

Color Harmonies of #8AD4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD4FC

Black with #8AD4FC

Text Example


Text Example

White with #8AD4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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