Html Css Color HEX #3BAACC Summer Sky

📋 copy color: '#3BAACC'

red 59 ◦ green 170 ◦ blue 204

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

Shades of Summer Sky #3BAACC

Tints of Summer Sky #3BAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 13.63%
G = 39.26%
B = 47.11%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3BAACC (or 0x3BAACC) is known color: Summer Sky. HEX triplet: 3B, AA and CC. RGB value is (59,170,204). Sum of RGB (Red+Green+Blue) = 59+170+204=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAACC is #C45533. Grayscale: #8C8C8C. Windows color (decimal): -12866868 or 13412923. OLE color: 13412923.

HSL color Cylindrical-coordinate representation of color #3BAACC: hue angle of 194.07º 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 #3BAACC is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 59 170 204 -
CMYK 0.71 0.17 0 0.2
HSL 194.07º 0.59% 0.52% -
HSV(B) 194.07º 0.71% 0.8% -
XYZ 27.08 34.04 62.27 -
YUV 140.69 163.73 69.74 -
System Red Green Blue C M Y K H S L
Decimal 59 170 204 0.71 0.17 0 0.2 194.07 0.59 0.52
Hex 3B AA CC 47 11 0 14 C2 3B 34
Octal 73 252 314 107 21 0 24 302 73 64
Binary 111011 10101010 11001100 1000111 10001 0 10100 11000010 111011 110100

Color Harmonies of #3BAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAACC

Black with #3BAACC

Text Example


Text Example

White with #3BAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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