Html Css Color HEX #3AAEEB Summer Sky

📋 copy color: '#3AAEEB'

red 58 ◦ green 174 ◦ blue 235

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

Shades of Summer Sky #3AAEEB

Tints of Summer Sky #3AAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.26%

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

R = 12.42%
G = 37.26%
B = 50.32%

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

#3AAEEB (or 0x3AAEEB) is known color: Summer Sky. HEX triplet: 3A, AE and EB. RGB value is (58,174,235). Sum of RGB (Red+Green+Blue) = 58+174+235=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #3AAEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAEEB is #C55114. Grayscale: #919191. Windows color (decimal): -12931349 or 15445562. OLE color: 15445562.

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

Color convert

RGB 58 174 235 -
CMYK 0.75 0.26 0 0.08
HSL 200.68º 0.82% 0.57% -
HSV(B) 200.68º 0.75% 0.92% -
XYZ 31.88 37.17 84.09 -
YUV 146.27 178.07 65.04 -
System Red Green Blue C M Y K H S L
Decimal 58 174 235 0.75 0.26 0 0.08 200.68 0.82 0.57
Hex 3A AE EB 4B 1A 0 8 C9 52 39
Octal 72 256 353 113 32 0 10 311 122 71
Binary 111010 10101110 11101011 1001011 11010 0 1000 11001001 1010010 111001

Color Harmonies of #3AAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAEEB

Black with #3AAEEB

Text Example


Text Example

White with #3AAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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