#2ACCFE

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

Shades of Deep Sky Blue #2ACCFE

Tints of Deep Sky Blue #2ACCFE

Color information

#2ACCFE (or 0x2ACCFE) is unknown color: approx Deep Sky Blue. HEX triplet: 2A, CC and FE. RGB value is (42,204,254). Sum of RGB (Red+Green+Blue) = 42+204+254=500 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #2ACCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACCFE is #D53301. Grayscale: #A0A0A0. Windows color (decimal): -13972226 or 16698410. OLE color: 16698410.

HSL color Cylindrical-coordinate representation of color #2ACCFE: hue angle of 194.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ACCFE is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB42204254-
CMYK0.830.2000.00
HSL194.15º99.07%58.04%-
HSV(B)194.15º83.46%99.61%-
XYZ40.4450.83101.45-
YUV161.26180.3342.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.4%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=8.4%
G=40.8%
B=50.8%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal422042540.830.2000.00194.1599.0758.04
Hex2ACCFE531400c2633a
Octal52314376123240030214372
Binary101010110011001111111010100111010000110000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ACCFE; }

 p { color: rgb(42,204,254); }

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

<style>
 a { background-color: #2ACCFE; }

 a { background-color: rgb(42,204,254); }

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

<style>
 span { border-color: #2ACCFE; }

 span { border-color: rgb(42,204,254); }

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