Html Css Color HEX #3BAACD Summer Sky

📋 copy color: '#3BAACD'

red 59 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #3BAACD

Tints of Summer Sky #3BAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 13.59%
G = 39.17%
B = 47.24%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3BAACD (or 0x3BAACD) is known color: Summer Sky. HEX triplet: 3B, AA and CD. RGB value is (59,170,205). Sum of RGB (Red+Green+Blue) = 59+170+205=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #3BAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAACD is #C45532. Grayscale: #8C8C8C. Windows color (decimal): -12866867 or 13478459. OLE color: 13478459.

HSL color Cylindrical-coordinate representation of color #3BAACD: hue angle of 194.38º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BAACD is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 170 205 -
CMYK 0.71 0.17 0 0.20
HSL 194.38º 0.59% 0.52% -
HSV(B) 194.38º 0.71% 0.8% -
XYZ 27.2 34.09 62.9 -
YUV 140.8 164.23 69.65 -
System Red Green Blue C M Y K H S L
Decimal 59 170 205 0.71 0.17 0 0.20 194.38 0.59 0.52
Hex 3B AA CD 47 11 0 14 C2 3B 34
Octal 73 252 315 107 21 0 24 302 73 64
Binary 111011 10101010 11001101 1000111 10001 0 10100 11000010 111011 110100

Color Harmonies of #3BAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAACD

Black with #3BAACD

Text Example


Text Example

White with #3BAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,170,205); }

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

background-color css

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

 a { background-color: rgb(59,170,205); }

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

border-color css

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

 span { border-color: rgb(59,170,205); }

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