Html Css Color HEX #3BADDC Summer Sky

📋 copy color: '#3BADDC'

red 59 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #3BADDC

Tints of Summer Sky #3BADDC

RGB

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

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

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

R = 13.05%
G = 38.27%
B = 48.67%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BADDC (or 0x3BADDC) is known color: Summer Sky. HEX triplet: 3B, AD and DC. RGB value is (59,173,220). Sum of RGB (Red+Green+Blue) = 59+173+220=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BADDC is #C45223. Grayscale: #8F8F8F. Windows color (decimal): -12866084 or 14462267. OLE color: 14462267.

HSL color Cylindrical-coordinate representation of color #3BADDC: hue angle of 197.52º 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 #3BADDC is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 173 220 -
CMYK 0.73 0.21 0 0.14
HSL 197.52º 0.7% 0.55% -
HSV(B) 197.52º 0.73% 0.86% -
XYZ 29.67 35.98 73.09 -
YUV 144.27 170.73 67.18 -
System Red Green Blue C M Y K H S L
Decimal 59 173 220 0.73 0.21 0 0.14 197.52 0.7 0.55
Hex 3B AD DC 49 15 0 E C6 46 37
Octal 73 255 334 111 25 0 16 306 106 67
Binary 111011 10101101 11011100 1001001 10101 0 1110 11000110 1000110 110111

Color Harmonies of #3BADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BADDC

Black with #3BADDC

Text Example


Text Example

White with #3BADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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