Html Css Color HEX #3BAACE Summer Sky

📋 copy color: '#3BAACE'

red 59 ◦ green 170 ◦ blue 206

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

Shades of Summer Sky #3BAACE

Tints of Summer Sky #3BAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 13.56%
G = 39.08%
B = 47.36%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3BAACE (or 0x3BAACE) is known color: Summer Sky. HEX triplet: 3B, AA and CE. RGB value is (59,170,206). Sum of RGB (Red+Green+Blue) = 59+170+206=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #3BAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAACE is #C45531. Grayscale: #8C8C8C. Windows color (decimal): -12866866 or 13543995. OLE color: 13543995.

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

Color convert

RGB 59 170 206 -
CMYK 0.71 0.17 0 0.19
HSL 194.69º 0.6% 0.52% -
HSV(B) 194.69º 0.71% 0.81% -
XYZ 27.32 34.14 63.54 -
YUV 140.92 164.73 69.57 -
System Red Green Blue C M Y K H S L
Decimal 59 170 206 0.71 0.17 0 0.19 194.69 0.6 0.52
Hex 3B AA CE 47 11 0 13 C3 3C 34
Octal 73 252 316 107 21 0 23 303 74 64
Binary 111011 10101010 11001110 1000111 10001 0 10011 11000011 111100 110100

Color Harmonies of #3BAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAACE

Black with #3BAACE

Text Example


Text Example

White with #3BAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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