Html Css Color HEX #3BABDC Summer Sky

📋 copy color: '#3BABDC'

red 59 ◦ green 171 ◦ blue 220

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

Shades of Summer Sky #3BABDC

Tints of Summer Sky #3BABDC

RGB

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

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

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

R = 13.11%
G = 38%
B = 48.89%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BABDC (or 0x3BABDC) is known color: Summer Sky. HEX triplet: 3B, AB and DC. RGB value is (59,171,220). Sum of RGB (Red+Green+Blue) = 59+171+220=450 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BABDC is #C45423. Grayscale: #8E8E8E. Windows color (decimal): -12866596 or 14461755. OLE color: 14461755.

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

Color convert

RGB 59 171 220 -
CMYK 0.73 0.22 0 0.14
HSL 198.26º 0.7% 0.55% -
HSV(B) 198.26º 0.73% 0.86% -
XYZ 29.28 35.22 72.97 -
YUV 143.1 171.39 68.02 -
System Red Green Blue C M Y K H S L
Decimal 59 171 220 0.73 0.22 0 0.14 198.26 0.7 0.55
Hex 3B AB DC 49 16 0 E C6 46 37
Octal 73 253 334 111 26 0 16 306 106 67
Binary 111011 10101011 11011100 1001001 10110 0 1110 11000110 1000110 110111

Color Harmonies of #3BABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BABDC

Black with #3BABDC

Text Example


Text Example

White with #3BABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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