Html Css Color HEX #3AACFA Summer Sky

📋 copy color: '#3AACFA'

red 58 ◦ green 172 ◦ blue 250

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

Shades of Summer Sky #3AACFA

Tints of Summer Sky #3AACFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 12.08%
G = 35.83%
B = 52.08%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AACFA (or 0x3AACFA) is known color: Summer Sky. HEX triplet: 3A, AC and FA. RGB value is (58,172,250). Sum of RGB (Red+Green+Blue) = 58+172+250=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AACFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AACFA is #C55305. Grayscale: #929292. Windows color (decimal): -12931846 or 16428090. OLE color: 16428090.

HSL color Cylindrical-coordinate representation of color #3AACFA: hue angle of 204.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AACFA is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 172 250 -
CMYK 0.77 0.31 0 0.02
HSL 204.38º 0.95% 0.6% -
HSV(B) 204.38º 0.77% 0.98% -
XYZ 33.75 37.31 95.86 -
YUV 146.81 186.23 64.66 -
System Red Green Blue C M Y K H S L
Decimal 58 172 250 0.77 0.31 0 0.02 204.38 0.95 0.6
Hex 3A AC FA 4D 1F 0 2 CC 5F 3C
Octal 72 254 372 115 37 0 2 314 137 74
Binary 111010 10101100 11111010 1001101 11111 0 10 11001100 1011111 111100

Color Harmonies of #3AACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACFA

Black with #3AACFA

Text Example


Text Example

White with #3AACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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