Html Css Color HEX #3BADDD Summer Sky

📋 copy color: '#3BADDD'

red 59 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #3BADDD

Tints of Summer Sky #3BADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 13.02%
G = 38.19%
B = 48.79%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3BADDD (or 0x3BADDD) is known color: Summer Sky. HEX triplet: 3B, AD and DD. RGB value is (59,173,221). Sum of RGB (Red+Green+Blue) = 59+173+221=453 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.02% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BADDD is #C45222. Grayscale: #909090. Windows color (decimal): -12866083 or 14527803. OLE color: 14527803.

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

Color convert

RGB 59 173 221 -
CMYK 0.73 0.22 0 0.13
HSL 197.78º 0.7% 0.55% -
HSV(B) 197.78º 0.73% 0.87% -
XYZ 29.8 36.04 73.79 -
YUV 144.39 171.23 67.1 -
System Red Green Blue C M Y K H S L
Decimal 59 173 221 0.73 0.22 0 0.13 197.78 0.7 0.55
Hex 3B AD DD 49 16 0 D C6 46 37
Octal 73 255 335 111 26 0 15 306 106 67
Binary 111011 10101101 11011101 1001001 10110 0 1101 11000110 1000110 110111

Color Harmonies of #3BADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BADDD

Black with #3BADDD

Text Example


Text Example

White with #3BADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,173,221); }

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

background-color css

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

 a { background-color: rgb(59,173,221); }

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

border-color css

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

 span { border-color: rgb(59,173,221); }

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