Html Css Color HEX #3BAADC Summer Sky

📋 copy color: '#3BAADC'

red 59 ◦ green 170 ◦ blue 220

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

Shades of Summer Sky #3BAADC

Tints of Summer Sky #3BAADC

RGB

 RED value IS 59 (23.44% from 255) = 13.14%

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 13.14%
G = 37.86%
B = 49%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BAADC (or 0x3BAADC) is known color: Summer Sky. HEX triplet: 3B, AA and DC. RGB value is (59,170,220). Sum of RGB (Red+Green+Blue) = 59+170+220=449 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.14% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAADC is #C45523. Grayscale: #8E8E8E. Windows color (decimal): -12866852 or 14461499. OLE color: 14461499.

HSL color Cylindrical-coordinate representation of color #3BAADC: hue angle of 198.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BAADC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 170 220 -
CMYK 0.73 0.23 0 0.14
HSL 198.63º 0.7% 0.55% -
HSV(B) 198.63º 0.73% 0.86% -
XYZ 29.1 34.85 72.9 -
YUV 142.51 171.73 68.43 -
System Red Green Blue C M Y K H S L
Decimal 59 170 220 0.73 0.23 0 0.14 198.63 0.7 0.55
Hex 3B AA DC 49 17 0 E C7 46 37
Octal 73 252 334 111 27 0 16 307 106 67
Binary 111011 10101010 11011100 1001001 10111 0 1110 11000111 1000110 110111

Color Harmonies of #3BAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAADC

Black with #3BAADC

Text Example


Text Example

White with #3BAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,170,220); }

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

background-color css

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

 a { background-color: rgb(59,170,220); }

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

border-color css

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

 span { border-color: rgb(59,170,220); }

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