Html Css Color HEX #3AACCE Summer Sky

📋 copy color: '#3AACCE'

red 58 ◦ green 172 ◦ blue 206

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

Shades of Summer Sky #3AACCE

Tints of Summer Sky #3AACCE

RGB

 RED value IS 58 (23.05% from 255) = 13.3%

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

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

R = 13.3%
G = 39.45%
B = 47.25%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3AACCE (or 0x3AACCE) is known color: Summer Sky. HEX triplet: 3A, AC and CE. RGB value is (58,172,206). Sum of RGB (Red+Green+Blue) = 58+172+206=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #3AACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACCE is #C55331. Grayscale: #8D8D8D. Windows color (decimal): -12931890 or 13544506. OLE color: 13544506.

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

Color convert

RGB 58 172 206 -
CMYK 0.72 0.17 0 0.19
HSL 193.78º 0.6% 0.52% -
HSV(B) 193.78º 0.72% 0.81% -
XYZ 27.64 34.86 63.66 -
YUV 141.79 164.23 68.24 -
System Red Green Blue C M Y K H S L
Decimal 58 172 206 0.72 0.17 0 0.19 193.78 0.6 0.52
Hex 3A AC CE 48 11 0 13 C2 3C 34
Octal 72 254 316 110 21 0 23 302 74 64
Binary 111010 10101100 11001110 1001000 10001 0 10011 11000010 111100 110100

Color Harmonies of #3AACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACCE

Black with #3AACCE

Text Example


Text Example

White with #3AACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,172,206); }

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

background-color css

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

 a { background-color: rgb(58,172,206); }

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

border-color css

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

 span { border-color: rgb(58,172,206); }

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