Html Css Color HEX #3AADEB Summer Sky

📋 copy color: '#3AADEB'

red 58 ◦ green 173 ◦ blue 235

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

Shades of Summer Sky #3AADEB

Tints of Summer Sky #3AADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 12.45%
G = 37.12%
B = 50.43%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3AADEB (or 0x3AADEB) is known color: Summer Sky. HEX triplet: 3A, AD and EB. RGB value is (58,173,235). Sum of RGB (Red+Green+Blue) = 58+173+235=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #3AADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADEB is #C55214. Grayscale: #919191. Windows color (decimal): -12931605 or 15445306. OLE color: 15445306.

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

Color convert

RGB 58 173 235 -
CMYK 0.75 0.26 0 0.08
HSL 201.02º 0.82% 0.57% -
HSV(B) 201.02º 0.75% 0.92% -
XYZ 31.68 36.78 84.03 -
YUV 145.68 178.4 65.46 -
System Red Green Blue C M Y K H S L
Decimal 58 173 235 0.75 0.26 0 0.08 201.02 0.82 0.57
Hex 3A AD EB 4B 1A 0 8 C9 52 39
Octal 72 255 353 113 32 0 10 311 122 71
Binary 111010 10101101 11101011 1001011 11010 0 1000 11001001 1010010 111001

Color Harmonies of #3AADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADEB

Black with #3AADEB

Text Example


Text Example

White with #3AADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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