Html Css Color HEX #8AC3F2 Light Sky Blue

📋 copy color: '#8AC3F2'

red 138 ◦ green 195 ◦ blue 242

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

Shades of Light Sky Blue #8AC3F2

Tints of Light Sky Blue #8AC3F2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.91%

 BLUE value IS 242 (94.92% from 255) = 42.09%

R = 24%
G = 33.91%
B = 42.09%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8AC3F2 (or 0x8AC3F2) is known color: Light Sky Blue. HEX triplet: 8A, C3 and F2. RGB value is (138,195,242). Sum of RGB (Red+Green+Blue) = 138+195+242=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #8AC3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC3F2 is #753C0D. Grayscale: #B7B7B7. Windows color (decimal): -7683086 or 15909770. OLE color: 15909770.

HSL color Cylindrical-coordinate representation of color #8AC3F2: hue angle of 207.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AC3F2 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 195 242 -
CMYK 0.43 0.19 0 0.05
HSL 207.12º 0.8% 0.75% -
HSV(B) 207.12º 0.43% 0.95% -
XYZ 46.02 50.84 91.39 -
YUV 183.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 138 195 242 0.43 0.19 0 0.05 207.12 0.8 0.75
Hex 8A C3 F2 2B 13 0 5 CF 50 4B
Octal 212 303 362 53 23 0 5 317 120 113
Binary 10001010 11000011 11110010 101011 10011 0 101 11001111 1010000 1001011

Color Harmonies of #8AC3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC3F2

Black with #8AC3F2

Text Example


Text Example

White with #8AC3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,195,242); }

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

background-color css

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

 a { background-color: rgb(138,195,242); }

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

border-color css

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

 span { border-color: rgb(138,195,242); }

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