Html Css Color HEX #4AC5FA Summer Sky

📋 copy color: '#4AC5FA'

red 74 ◦ green 197 ◦ blue 250

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

Shades of Summer Sky #4AC5FA

Tints of Summer Sky #4AC5FA

RGB

 RED value IS 74 (29.3% from 255) = 14.2%

 GREEN value IS 197 (77.34% from 255) = 37.81%

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

R = 14.2%
G = 37.81%
B = 47.98%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AC5FA (or 0x4AC5FA) is known color: Summer Sky. HEX triplet: 4A, C5 and FA. RGB value is (74,197,250). Sum of RGB (Red+Green+Blue) = 74+197+250=521 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.20% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #4AC5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AC5FA is #B53A05. Grayscale: #A5A5A5. Windows color (decimal): -11876870 or 16434506. OLE color: 16434506.

HSL color Cylindrical-coordinate representation of color #4AC5FA: hue angle of 198.07º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AC5FA is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 197 250 -
CMYK 0.70 0.21 0 0.02
HSL 198.07º 0.95% 0.64% -
HSV(B) 198.07º 0.7% 0.98% -
XYZ 40.05 48.29 97.65 -
YUV 166.27 175.25 62.19 -
System Red Green Blue C M Y K H S L
Decimal 74 197 250 0.70 0.21 0 0.02 198.07 0.95 0.64
Hex 4A C5 FA 46 15 0 2 C6 5F 40
Octal 112 305 372 106 25 0 2 306 137 100
Binary 1001010 11000101 11111010 1000110 10101 0 10 11000110 1011111 1000000

Color Harmonies of #4AC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC5FA

Black with #4AC5FA

Text Example


Text Example

White with #4AC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AC5FA; }

 p { color: rgb(74,197,250); }

 H1.HeaderClassName
 {
   color: #4AC5FA;
 }
 .AnyTagClassName
 {
   color: #4AC5FA;
 }
</style>

background-color css

<style>
 a { background-color: #4AC5FA; }

 a { background-color: rgb(74,197,250); }

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

border-color css

<style>
 span { border-color: #4AC5FA; }

 span { border-color: rgb(74,197,250); }

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