#1acbee

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

Shades of Deep Sky Blue #1ACBEE

Tints of Deep Sky Blue #1ACBEE

Color information

#1ACBEE (or 0x1ACBEE) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, CB and EE. RGB value is (26,203,238). Sum of RGB (Red+Green+Blue) = 26+203+238=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ACBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACBEE is #E53411. Grayscale: #999999. Windows color (decimal): -15021074 or 15649562. OLE color: 15649562.

HSL color Cylindrical-coordinate representation of color #1ACBEE: hue angle of 189.91º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACBEE is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB26203238-
CMYK0.890.1500.07
HSL189.91º86.18%51.76%-
HSV(B)189.91º89.08%93.33%-
XYZ37.2149.188.41-
YUV154.07175.3636.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.57%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=5.57%
G=43.47%
B=50.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal262032380.890.1500.07189.9186.1851.76
Hex1ACBEE59F07be5634
Octal32313356131170727612664
Binary110101100101111101110101100111110111101111101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1acbee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1acbee; }

 p { color: rgb(26,203,238); }

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

<style>
 a { background-color: #1acbee; }

 a { background-color: rgb(26,203,238); }

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

<style>
 span { border-color: #1acbee; }

 span { border-color: rgb(26,203,238); }

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