#1ACFF2

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

Shades of Deep Sky Blue #1ACFF2

Tints of Deep Sky Blue #1ACFF2

Color information

#1ACFF2 (or 0x1ACFF2) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, CF and F2. RGB value is (26,207,242). Sum of RGB (Red+Green+Blue) = 26+207+242=475 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.47% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #1ACFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACFF2 is #E5300D. Grayscale: #9C9C9C. Windows color (decimal): -15020046 or 15912730. OLE color: 15912730.

HSL color Cylindrical-coordinate representation of color #1ACFF2: hue angle of 189.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACFF2 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB26207242-
CMYK0.890.1400.05
HSL189.72º89.26%52.55%-
HSV(B)189.72º89.26%94.9%-
XYZ38.7751.2691.85-
YUV156.87176.0334.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.47%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 242 (94.92% from 255) = 50.95%
R=5.47%
G=43.58%
B=50.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal262072420.890.1400.05189.7289.2652.55
Hex1ACFF259E05be5935
Octal32317362131160527613165
Binary110101100111111110010101100111100101101111101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,207,242); }

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

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

 a { background-color: rgb(26,207,242); }

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

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

 span { border-color: rgb(26,207,242); }

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