Html Css Color HEX #3ACEEA Summer Sky

📋 copy color: '#3ACEEA'

red 58 ◦ green 206 ◦ blue 234

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

Shades of Summer Sky #3ACEEA

Tints of Summer Sky #3ACEEA

RGB

 RED value IS 58 (23.05% from 255) = 11.65%

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 11.65%
G = 41.37%
B = 46.99%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3ACEEA (or 0x3ACEEA) is known color: Summer Sky. HEX triplet: 3A, CE and EA. RGB value is (58,206,234). Sum of RGB (Red+Green+Blue) = 58+206+234=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #3ACEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACEEA is #C53115. Grayscale: #A4A4A4. Windows color (decimal): -12923158 or 15388218. OLE color: 15388218.

HSL color Cylindrical-coordinate representation of color #3ACEEA: hue angle of 189.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ACEEA is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 206 234 -
CMYK 0.75 0.12 0 0.08
HSL 189.55º 0.81% 0.57% -
HSV(B) 189.55º 0.75% 0.92% -
XYZ 38.67 50.98 85.64 -
YUV 164.94 166.97 51.72 -
System Red Green Blue C M Y K H S L
Decimal 58 206 234 0.75 0.12 0 0.08 189.55 0.81 0.57
Hex 3A CE EA 4B C 0 8 BE 51 39
Octal 72 316 352 113 14 0 10 276 121 71
Binary 111010 11001110 11101010 1001011 1100 0 1000 10111110 1010001 111001

Color Harmonies of #3ACEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEEA

Black with #3ACEEA

Text Example


Text Example

White with #3ACEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ACEEA; }

 p { color: rgb(58,206,234); }

 H1.HeaderClassName
 {
   color: #3ACEEA;
 }
 .AnyTagClassName
 {
   color: #3ACEEA;
 }
</style>

background-color css

<style>
 a { background-color: #3ACEEA; }

 a { background-color: rgb(58,206,234); }

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

border-color css

<style>
 span { border-color: #3ACEEA; }

 span { border-color: rgb(58,206,234); }

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