Html Css Color HEX #3AADEC Summer Sky

📋 copy color: '#3AADEC'

red 58 ◦ green 173 ◦ blue 236

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

Shades of Summer Sky #3AADEC

Tints of Summer Sky #3AADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 12.42%
G = 37.04%
B = 50.54%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3AADEC (or 0x3AADEC) is known color: Summer Sky. HEX triplet: 3A, AD and EC. RGB value is (58,173,236). Sum of RGB (Red+Green+Blue) = 58+173+236=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #3AADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADEC is #C55213. Grayscale: #919191. Windows color (decimal): -12931604 or 15510842. OLE color: 15510842.

HSL color Cylindrical-coordinate representation of color #3AADEC: hue angle of 201.24º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AADEC is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 173 236 -
CMYK 0.75 0.27 0 0.07
HSL 201.24º 0.82% 0.58% -
HSV(B) 201.24º 0.75% 0.93% -
XYZ 31.83 36.84 84.79 -
YUV 145.8 178.9 65.38 -
System Red Green Blue C M Y K H S L
Decimal 58 173 236 0.75 0.27 0 0.07 201.24 0.82 0.58
Hex 3A AD EC 4B 1B 0 7 C9 52 3A
Octal 72 255 354 113 33 0 7 311 122 72
Binary 111010 10101101 11101100 1001011 11011 0 111 11001001 1010010 111010

Color Harmonies of #3AADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADEC

Black with #3AADEC

Text Example


Text Example

White with #3AADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,173,236); }

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

background-color css

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

 a { background-color: rgb(58,173,236); }

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

border-color css

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

 span { border-color: rgb(58,173,236); }

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