Html Css Color HEX #4AC0FD Summer Sky

📋 copy color: '#4AC0FD'

red 74 ◦ green 192 ◦ blue 253

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

Shades of Summer Sky #4AC0FD

Tints of Summer Sky #4AC0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 14.26%
G = 36.99%
B = 48.75%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4AC0FD (or 0x4AC0FD) is known color: Summer Sky. HEX triplet: 4A, C0 and FD. RGB value is (74,192,253). Sum of RGB (Red+Green+Blue) = 74+192+253=519 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.26% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AC0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AC0FD is #B53F02. Grayscale: #A3A3A3. Windows color (decimal): -11878147 or 16629834. OLE color: 16629834.

HSL color Cylindrical-coordinate representation of color #4AC0FD: hue angle of 200.45º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AC0FD is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 192 253 -
CMYK 0.71 0.24 0 0.01
HSL 200.45º 0.98% 0.64% -
HSV(B) 200.45º 0.71% 0.99% -
XYZ 39.4 46.25 99.78 -
YUV 163.67 178.41 64.04 -
System Red Green Blue C M Y K H S L
Decimal 74 192 253 0.71 0.24 0 0.01 200.45 0.98 0.64
Hex 4A C0 FD 47 18 0 1 C8 62 40
Octal 112 300 375 107 30 0 1 310 142 100
Binary 1001010 11000000 11111101 1000111 11000 0 1 11001000 1100010 1000000

Color Harmonies of #4AC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC0FD

Black with #4AC0FD

Text Example


Text Example

White with #4AC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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