Html Css Color HEX #3AADCF Summer Sky

📋 copy color: '#3AADCF'

red 58 ◦ green 173 ◦ blue 207

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

Shades of Summer Sky #3AADCF

Tints of Summer Sky #3AADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.5%

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

R = 13.24%
G = 39.5%
B = 47.26%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3AADCF (or 0x3AADCF) is known color: Summer Sky. HEX triplet: 3A, AD and CF. RGB value is (58,173,207). Sum of RGB (Red+Green+Blue) = 58+173+207=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #3AADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADCF is #C55230. Grayscale: #8E8E8E. Windows color (decimal): -12931633 or 13610298. OLE color: 13610298.

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

Color convert

RGB 58 173 207 -
CMYK 0.72 0.16 0 0.19
HSL 193.69º 0.61% 0.52% -
HSV(B) 193.69º 0.72% 0.81% -
XYZ 27.95 35.29 64.37 -
YUV 142.49 164.4 67.74 -
System Red Green Blue C M Y K H S L
Decimal 58 173 207 0.72 0.16 0 0.19 193.69 0.61 0.52
Hex 3A AD CF 48 10 0 13 C2 3D 34
Octal 72 255 317 110 20 0 23 302 75 64
Binary 111010 10101101 11001111 1001000 10000 0 10011 11000010 111101 110100

Color Harmonies of #3AADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADCF

Black with #3AADCF

Text Example


Text Example

White with #3AADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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