Html Css Color HEX #4AC2FA Summer Sky

📋 copy color: '#4AC2FA'

red 74 ◦ green 194 ◦ blue 250

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

Shades of Summer Sky #4AC2FA

Tints of Summer Sky #4AC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.45%

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

R = 14.29%
G = 37.45%
B = 48.26%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AC2FA (or 0x4AC2FA) is known color: Summer Sky. HEX triplet: 4A, C2 and FA. RGB value is (74,194,250). Sum of RGB (Red+Green+Blue) = 74+194+250=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #4AC2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AC2FA is #B53D05. Grayscale: #A4A4A4. Windows color (decimal): -11877638 or 16433738. OLE color: 16433738.

HSL color Cylindrical-coordinate representation of color #4AC2FA: hue angle of 199.09º 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 #4AC2FA is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 194 250 -
CMYK 0.70 0.22 0 0.02
HSL 199.09º 0.95% 0.64% -
HSV(B) 199.09º 0.7% 0.98% -
XYZ 39.37 46.94 97.43 -
YUV 164.5 176.24 63.45 -
System Red Green Blue C M Y K H S L
Decimal 74 194 250 0.70 0.22 0 0.02 199.09 0.95 0.64
Hex 4A C2 FA 46 16 0 2 C7 5F 40
Octal 112 302 372 106 26 0 2 307 137 100
Binary 1001010 11000010 11111010 1000110 10110 0 10 11000111 1011111 1000000

Color Harmonies of #4AC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC2FA

Black with #4AC2FA

Text Example


Text Example

White with #4AC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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