Html Css Color HEX #3AACFB Summer Sky

📋 copy color: '#3AACFB'

red 58 ◦ green 172 ◦ blue 251

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

Shades of Summer Sky #3AACFB

Tints of Summer Sky #3AACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 12.06%
G = 35.76%
B = 52.18%

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

#3AACFB (or 0x3AACFB) is known color: Summer Sky. HEX triplet: 3A, AC and FB. RGB value is (58,172,251). Sum of RGB (Red+Green+Blue) = 58+172+251=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #3AACFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AACFB is #C55304. Grayscale: #929292. Windows color (decimal): -12931845 or 16493626. OLE color: 16493626.

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

Color convert

RGB 58 172 251 -
CMYK 0.77 0.31 0 0.02
HSL 204.56º 0.96% 0.61% -
HSV(B) 204.56º 0.77% 0.98% -
XYZ 33.91 37.37 96.69 -
YUV 146.92 186.73 64.58 -
System Red Green Blue C M Y K H S L
Decimal 58 172 251 0.77 0.31 0 0.02 204.56 0.96 0.61
Hex 3A AC FB 4D 1F 0 2 CD 60 3D
Octal 72 254 373 115 37 0 2 315 140 75
Binary 111010 10101100 11111011 1001101 11111 0 10 11001101 1100000 111101

Color Harmonies of #3AACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACFB

Black with #3AACFB

Text Example


Text Example

White with #3AACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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