Html Css Color HEX #3BA9D6 Summer Sky

📋 copy color: '#3BA9D6'

red 59 ◦ green 169 ◦ blue 214

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

Shades of Summer Sky #3BA9D6

Tints of Summer Sky #3BA9D6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.24%

 BLUE value IS 214 (83.98% from 255) = 48.42%

R = 13.35%
G = 38.24%
B = 48.42%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3BA9D6 (or 0x3BA9D6) is known color: Summer Sky. HEX triplet: 3B, A9 and D6. RGB value is (59,169,214). Sum of RGB (Red+Green+Blue) = 59+169+214=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #3BA9D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA9D6 is #C45629. Grayscale: #8C8C8C. Windows color (decimal): -12867114 or 14068027. OLE color: 14068027.

HSL color Cylindrical-coordinate representation of color #3BA9D6: hue angle of 197.42º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BA9D6 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 169 214 -
CMYK 0.72 0.21 0 0.16
HSL 197.42º 0.65% 0.54% -
HSV(B) 197.42º 0.72% 0.84% -
XYZ 28.13 34.16 68.73 -
YUV 141.24 169.06 69.34 -
System Red Green Blue C M Y K H S L
Decimal 59 169 214 0.72 0.21 0 0.16 197.42 0.65 0.54
Hex 3B A9 D6 48 15 0 10 C5 41 36
Octal 73 251 326 110 25 0 20 305 101 66
Binary 111011 10101001 11010110 1001000 10101 0 10000 11000101 1000001 110110

Color Harmonies of #3BA9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA9D6

Black with #3BA9D6

Text Example


Text Example

White with #3BA9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,169,214); }

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

background-color css

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

 a { background-color: rgb(59,169,214); }

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

border-color css

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

 span { border-color: rgb(59,169,214); }

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