Html Css Color HEX #3AACCF Summer Sky

📋 copy color: '#3AACCF'

red 58 ◦ green 172 ◦ blue 207

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

Shades of Summer Sky #3AACCF

Tints of Summer Sky #3AACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 13.27%
G = 39.36%
B = 47.37%

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

#3AACCF (or 0x3AACCF) is known color: Summer Sky. HEX triplet: 3A, AC and CF. RGB value is (58,172,207). Sum of RGB (Red+Green+Blue) = 58+172+207=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #3AACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACCF is #C55330. Grayscale: #8D8D8D. Windows color (decimal): -12931889 or 13610042. OLE color: 13610042.

HSL color Cylindrical-coordinate representation of color #3AACCF: hue angle of 194.09º degrees, saturation: 0.61, 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 #3AACCF is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 172 207 -
CMYK 0.72 0.17 0 0.19
HSL 194.09º 0.61% 0.52% -
HSV(B) 194.09º 0.72% 0.81% -
XYZ 27.76 34.91 64.31 -
YUV 141.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 58 172 207 0.72 0.17 0 0.19 194.09 0.61 0.52
Hex 3A AC CF 48 11 0 13 C2 3D 34
Octal 72 254 317 110 21 0 23 302 75 64
Binary 111010 10101100 11001111 1001000 10001 0 10011 11000010 111101 110100

Color Harmonies of #3AACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACCF

Black with #3AACCF

Text Example


Text Example

White with #3AACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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