Html Css Color HEX #3BACDA Summer Sky

📋 copy color: '#3BACDA'

red 59 ◦ green 172 ◦ blue 218

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

Shades of Summer Sky #3BACDA

Tints of Summer Sky #3BACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 13.14%
G = 38.31%
B = 48.55%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3BACDA (or 0x3BACDA) is known color: Summer Sky. HEX triplet: 3B, AC and DA. RGB value is (59,172,218). Sum of RGB (Red+Green+Blue) = 59+172+218=449 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.14% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #3BACDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BACDA is #C45325. Grayscale: #8F8F8F. Windows color (decimal): -12866342 or 14330939. OLE color: 14330939.

HSL color Cylindrical-coordinate representation of color #3BACDA: hue angle of 197.36º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BACDA is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 172 218 -
CMYK 0.73 0.21 0 0.15
HSL 197.36º 0.68% 0.54% -
HSV(B) 197.36º 0.73% 0.85% -
XYZ 29.21 35.5 71.64 -
YUV 143.46 170.06 67.76 -
System Red Green Blue C M Y K H S L
Decimal 59 172 218 0.73 0.21 0 0.15 197.36 0.68 0.54
Hex 3B AC DA 49 15 0 F C5 44 36
Octal 73 254 332 111 25 0 17 305 104 66
Binary 111011 10101100 11011010 1001001 10101 0 1111 11000101 1000100 110110

Color Harmonies of #3BACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BACDA

Black with #3BACDA

Text Example


Text Example

White with #3BACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,172,218); }

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

background-color css

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

 a { background-color: rgb(59,172,218); }

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

border-color css

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

 span { border-color: rgb(59,172,218); }

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