Html Css Color HEX #3AABEB Summer Sky

📋 copy color: '#3AABEB'

red 58 ◦ green 171 ◦ blue 235

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

Shades of Summer Sky #3AABEB

Tints of Summer Sky #3AABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

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

R = 12.5%
G = 36.85%
B = 50.65%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3AABEB (or 0x3AABEB) is known color: Summer Sky. HEX triplet: 3A, AB and EB. RGB value is (58,171,235). Sum of RGB (Red+Green+Blue) = 58+171+235=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #3AABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AABEB is #C55414. Grayscale: #909090. Windows color (decimal): -12932117 or 15444794. OLE color: 15444794.

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

Color convert

RGB 58 171 235 -
CMYK 0.75 0.27 0 0.08
HSL 201.69º 0.82% 0.57% -
HSV(B) 201.69º 0.75% 0.92% -
XYZ 31.3 36.02 83.9 -
YUV 144.51 179.06 66.3 -
System Red Green Blue C M Y K H S L
Decimal 58 171 235 0.75 0.27 0 0.08 201.69 0.82 0.57
Hex 3A AB EB 4B 1B 0 8 CA 52 39
Octal 72 253 353 113 33 0 10 312 122 71
Binary 111010 10101011 11101011 1001011 11011 0 1000 11001010 1010010 111001

Color Harmonies of #3AABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AABEB

Black with #3AABEB

Text Example


Text Example

White with #3AABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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