#9ACBFE

Color #9ACBFE Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #9ACBFE

Tints of Light Sky Blue #9ACBFE

Color information

#9ACBFE (or 0x9ACBFE) is unknown color: approx Light Sky Blue. HEX triplet: 9A, CB and FE. RGB value is (154,203,254). Sum of RGB (Red+Green+Blue) = 154+203+254=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ACBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACBFE is #653401. Grayscale: #C1C1C1. Windows color (decimal): -6632450 or 16698266. OLE color: 16698266.

HSL color Cylindrical-coordinate representation of color #9ACBFE: hue angle of 210.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACBFE is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154203254-
CMYK0.390.2000.00
HSL210.6º98.04%80%-
HSV(B)210.6º39.37%99.61%-
XYZ52.5756.74101.95-
YUV194.16161.7799.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.20%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=25.20%
G=33.22%
B=41.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542032540.390.2000.00210.698.0480
Hex9ACBFE271400d36250
Octal232313376472400323142120
Binary10011010110010111111111010011110100001101001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACBFE; }

 p { color: rgb(154,203,254); }

 H1.HeaderClassName
 {
   color: #9ACBFE;
 }
 .AnyTagClassName
 {
   color: #9ACBFE;
 }
</style>
background-color css

<style>
 a { background-color: #9ACBFE; }

 a { background-color: rgb(154,203,254); }

 div.DivClassName
 {
   background-color: #9ACBFE;
 }
 .BgClassName
 {
   background-color: #9ACBFE;
 }
</style>
border-color css

<style>
 span { border-color: #9ACBFE; }

 span { border-color: rgb(154,203,254); }

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