Html Css Color HEX #2ACEFA Summer Sky

📋 copy color: '#2ACEFA'

red 42 ◦ green 206 ◦ blue 250

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

Shades of Summer Sky #2ACEFA

Tints of Summer Sky #2ACEFA

RGB

 RED value IS 42 (16.8% from 255) = 8.43%

 GREEN value IS 206 (80.86% from 255) = 41.37%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 8.43%
G = 41.37%
B = 50.2%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2ACEFA (or 0x2ACEFA) is known color: Summer Sky. HEX triplet: 2A, CE and FA. RGB value is (42,206,250). Sum of RGB (Red+Green+Blue) = 42+206+250=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #2ACEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACEFA is #D53105. Grayscale: #A1A1A1. Windows color (decimal): -13971718 or 16436778. OLE color: 16436778.

HSL color Cylindrical-coordinate representation of color #2ACEFA: hue angle of 192.69º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ACEFA is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 206 250 -
CMYK 0.83 0.18 0 0.02
HSL 192.69º 0.95% 0.57% -
HSV(B) 192.69º 0.83% 0.98% -
XYZ 40.28 51.54 98.27 -
YUV 161.98 177.67 42.42 -
System Red Green Blue C M Y K H S L
Decimal 42 206 250 0.83 0.18 0 0.02 192.69 0.95 0.57
Hex 2A CE FA 53 12 0 2 C1 5F 39
Octal 52 316 372 123 22 0 2 301 137 71
Binary 101010 11001110 11111010 1010011 10010 0 10 11000001 1011111 111001

Color Harmonies of #2ACEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEFA

Black with #2ACEFA

Text Example


Text Example

White with #2ACEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,206,250); }

 H1.HeaderClassName
 {
   color: #2ACEFA;
 }
 .AnyTagClassName
 {
   color: #2ACEFA;
 }
</style>

background-color css

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

 a { background-color: rgb(42,206,250); }

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

border-color css

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

 span { border-color: rgb(42,206,250); }

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