Html Css Color HEX #3AA5EA Summer Sky

📋 copy color: '#3AA5EA'

red 58 ◦ green 165 ◦ blue 234

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

Shades of Summer Sky #3AA5EA

Tints of Summer Sky #3AA5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

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

R = 12.69%
G = 36.11%
B = 51.2%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3AA5EA (or 0x3AA5EA) is known color: Summer Sky. HEX triplet: 3A, A5 and EA. RGB value is (58,165,234). Sum of RGB (Red+Green+Blue) = 58+165+234=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #3AA5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA5EA is #C55A15. Grayscale: #8C8C8C. Windows color (decimal): -12933654 or 15377722. OLE color: 15377722.

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

Color convert

RGB 58 165 234 -
CMYK 0.75 0.29 0 0.08
HSL 203.52º 0.81% 0.57% -
HSV(B) 203.52º 0.75% 0.92% -
XYZ 30.05 33.75 82.77 -
YUV 140.87 180.55 68.89 -
System Red Green Blue C M Y K H S L
Decimal 58 165 234 0.75 0.29 0 0.08 203.52 0.81 0.57
Hex 3A A5 EA 4B 1D 0 8 CC 51 39
Octal 72 245 352 113 35 0 10 314 121 71
Binary 111010 10100101 11101010 1001011 11101 0 1000 11001100 1010001 111001

Color Harmonies of #3AA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA5EA

Black with #3AA5EA

Text Example


Text Example

White with #3AA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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