Html Css Color HEX #3AADEE Summer Sky

📋 copy color: '#3AADEE'

red 58 ◦ green 173 ◦ blue 238

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

Shades of Summer Sky #3AADEE

Tints of Summer Sky #3AADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 12.37%
G = 36.89%
B = 50.75%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3AADEE (or 0x3AADEE) is known color: Summer Sky. HEX triplet: 3A, AD and EE. RGB value is (58,173,238). Sum of RGB (Red+Green+Blue) = 58+173+238=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AADEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADEE is #C55211. Grayscale: #919191. Windows color (decimal): -12931602 or 15641914. OLE color: 15641914.

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

Color convert

RGB 58 173 238 -
CMYK 0.76 0.27 0 0.07
HSL 201.67º 0.84% 0.58% -
HSV(B) 201.67º 0.76% 0.93% -
XYZ 32.12 36.96 86.33 -
YUV 146.03 179.9 65.21 -
System Red Green Blue C M Y K H S L
Decimal 58 173 238 0.76 0.27 0 0.07 201.67 0.84 0.58
Hex 3A AD EE 4C 1B 0 7 CA 54 3A
Octal 72 255 356 114 33 0 7 312 124 72
Binary 111010 10101101 11101110 1001100 11011 0 111 11001010 1010100 111010

Color Harmonies of #3AADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADEE

Black with #3AADEE

Text Example


Text Example

White with #3AADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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