Html Css Color HEX #3AACDE Summer Sky

📋 copy color: '#3AACDE'

red 58 ◦ green 172 ◦ blue 222

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

Shades of Summer Sky #3AACDE

Tints of Summer Sky #3AACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.12%

R = 12.83%
G = 38.05%
B = 49.12%

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

#3AACDE (or 0x3AACDE) is known color: Summer Sky. HEX triplet: 3A, AC and DE. RGB value is (58,172,222). Sum of RGB (Red+Green+Blue) = 58+172+222=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #3AACDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACDE is #C55321. Grayscale: #8F8F8F. Windows color (decimal): -12931874 or 14593082. OLE color: 14593082.

HSL color Cylindrical-coordinate representation of color #3AACDE: hue angle of 198.29º degrees, saturation: 0.71, 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 #3AACDE is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 172 222 -
CMYK 0.74 0.23 0 0.13
HSL 198.29º 0.71% 0.55% -
HSV(B) 198.29º 0.74% 0.87% -
XYZ 29.68 35.68 74.43 -
YUV 143.61 172.23 66.93 -
System Red Green Blue C M Y K H S L
Decimal 58 172 222 0.74 0.23 0 0.13 198.29 0.71 0.55
Hex 3A AC DE 4A 17 0 D C6 47 37
Octal 72 254 336 112 27 0 15 306 107 67
Binary 111010 10101100 11011110 1001010 10111 0 1101 11000110 1000111 110111

Color Harmonies of #3AACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACDE

Black with #3AACDE

Text Example


Text Example

White with #3AACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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