Html Css Color HEX #3AC5EA Summer Sky

📋 copy color: '#3AC5EA'

red 58 ◦ green 197 ◦ blue 234

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

Shades of Summer Sky #3AC5EA

Tints of Summer Sky #3AC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.29%

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

R = 11.86%
G = 40.29%
B = 47.85%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3AC5EA (or 0x3AC5EA) is known color: Summer Sky. HEX triplet: 3A, C5 and EA. RGB value is (58,197,234). Sum of RGB (Red+Green+Blue) = 58+197+234=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #3AC5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC5EA is #C53A15. Grayscale: #9F9F9F. Windows color (decimal): -12925462 or 15385914. OLE color: 15385914.

HSL color Cylindrical-coordinate representation of color #3AC5EA: hue angle of 192.61º 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 #3AC5EA is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 197 234 -
CMYK 0.75 0.16 0 0.08
HSL 192.61º 0.81% 0.57% -
HSV(B) 192.61º 0.75% 0.92% -
XYZ 36.56 46.77 84.94 -
YUV 159.66 169.95 55.49 -
System Red Green Blue C M Y K H S L
Decimal 58 197 234 0.75 0.16 0 0.08 192.61 0.81 0.57
Hex 3A C5 EA 4B 10 0 8 C1 51 39
Octal 72 305 352 113 20 0 10 301 121 71
Binary 111010 11000101 11101010 1001011 10000 0 1000 11000001 1010001 111001

Color Harmonies of #3AC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC5EA

Black with #3AC5EA

Text Example


Text Example

White with #3AC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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