Html Css Color HEX #3AACF7 Summer Sky

📋 copy color: '#3AACF7'

red 58 ◦ green 172 ◦ blue 247

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

Shades of Summer Sky #3AACF7

Tints of Summer Sky #3AACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.78%

R = 12.16%
G = 36.06%
B = 51.78%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3AACF7 (or 0x3AACF7) is known color: Summer Sky. HEX triplet: 3A, AC and F7. RGB value is (58,172,247). Sum of RGB (Red+Green+Blue) = 58+172+247=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #3AACF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AACF7 is #C55308. Grayscale: #929292. Windows color (decimal): -12931849 or 16231482. OLE color: 16231482.

HSL color Cylindrical-coordinate representation of color #3AACF7: hue angle of 203.81º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AACF7 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 172 247 -
CMYK 0.77 0.30 0 0.03
HSL 203.81º 0.92% 0.6% -
HSV(B) 203.81º 0.77% 0.97% -
XYZ 33.29 37.12 93.41 -
YUV 146.46 184.73 64.9 -
System Red Green Blue C M Y K H S L
Decimal 58 172 247 0.77 0.30 0 0.03 203.81 0.92 0.6
Hex 3A AC F7 4D 1E 0 3 CC 5C 3C
Octal 72 254 367 115 36 0 3 314 134 74
Binary 111010 10101100 11110111 1001101 11110 0 11 11001100 1011100 111100

Color Harmonies of #3AACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACF7

Black with #3AACF7

Text Example


Text Example

White with #3AACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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