Html Css Color HEX #4AC0FF Summer Sky

📋 copy color: '#4AC0FF'

red 74 ◦ green 192 ◦ blue 255

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

Shades of Summer Sky #4AC0FF

Tints of Summer Sky #4AC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.85%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 14.2%
G = 36.85%
B = 48.94%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4AC0FF (or 0x4AC0FF) is known color: Summer Sky. HEX triplet: 4A, C0 and FF. RGB value is (74,192,255). Sum of RGB (Red+Green+Blue) = 74+192+255=521 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.20% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AC0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AC0FF is #B53F00. Grayscale: #A3A3A3. Windows color (decimal): -11878145 or 16760906. OLE color: 16760906.

HSL color Cylindrical-coordinate representation of color #4AC0FF: hue angle of 200.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AC0FF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 74 192 255 -
CMYK 0.71 0.25 0 0
HSL 200.88º 1% 0.65% -
HSV(B) 200.88º 0.71% 1% -
XYZ 39.72 46.38 101.47 -
YUV 163.9 179.41 63.88 -
System Red Green Blue C M Y K H S L
Decimal 74 192 255 0.71 0.25 0 0 200.88 1 0.65
Hex 4A C0 FF 47 19 0 0 C9 64 41
Octal 112 300 377 107 31 0 0 311 144 101
Binary 1001010 11000000 11111111 1000111 11001 0 0 11001001 1100100 1000001

Color Harmonies of #4AC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC0FF

Black with #4AC0FF

Text Example


Text Example

White with #4AC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,192,255); }

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

background-color css

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

 a { background-color: rgb(74,192,255); }

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

border-color css

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

 span { border-color: rgb(74,192,255); }

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