Html Css Color HEX #3AACDF Summer Sky

📋 copy color: '#3AACDF'

red 58 ◦ green 172 ◦ blue 223

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

Shades of Summer Sky #3AACDF

Tints of Summer Sky #3AACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 12.8%
G = 37.97%
B = 49.23%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AACDF (or 0x3AACDF) is known color: Summer Sky. HEX triplet: 3A, AC and DF. RGB value is (58,172,223). Sum of RGB (Red+Green+Blue) = 58+172+223=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACDF is #C55320. Grayscale: #8F8F8F. Windows color (decimal): -12931873 or 14658618. OLE color: 14658618.

HSL color Cylindrical-coordinate representation of color #3AACDF: hue angle of 198.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AACDF is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 172 223 -
CMYK 0.74 0.23 0 0.13
HSL 198.55º 0.72% 0.55% -
HSV(B) 198.55º 0.74% 0.87% -
XYZ 29.82 35.73 75.14 -
YUV 143.73 172.73 66.85 -
System Red Green Blue C M Y K H S L
Decimal 58 172 223 0.74 0.23 0 0.13 198.55 0.72 0.55
Hex 3A AC DF 4A 17 0 D C7 48 37
Octal 72 254 337 112 27 0 15 307 110 67
Binary 111010 10101100 11011111 1001010 10111 0 1101 11000111 1001000 110111

Color Harmonies of #3AACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACDF

Black with #3AACDF

Text Example


Text Example

White with #3AACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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