Html Css Color HEX #4AFDF4 Baby Blue

📋 copy color: '#4AFDF4'

red 74 ◦ green 253 ◦ blue 244

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

Shades of Baby Blue #4AFDF4

Tints of Baby Blue #4AFDF4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.31%

 BLUE value IS 244 (95.7% from 255) = 42.73%

R = 12.96%
G = 44.31%
B = 42.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#4AFDF4 (or 0x4AFDF4) is known color: Baby Blue. HEX triplet: 4A, FD and F4. RGB value is (74,253,244). Sum of RGB (Red+Green+Blue) = 74+253+244=571 (75% of max value = 765). Red value is 74 (29.30% from 255 or 12.96% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFDF4 is #B5020B. Grayscale: #C6C6C6. Windows color (decimal): -11862540 or 16055626. OLE color: 16055626.

HSL color Cylindrical-coordinate representation of color #4AFDF4: hue angle of 176.98º 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 #4AFDF4 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 253 244 -
CMYK 0.71 0 0.04 0.01
HSL 176.98º 0.98% 0.64% -
HSV(B) 176.98º 0.71% 0.99% -
XYZ 54.28 78.24 97.83 -
YUV 198.45 153.7 39.23 -
System Red Green Blue C M Y K H S L
Decimal 74 253 244 0.71 0 0.04 0.01 176.98 0.98 0.64
Hex 4A FD F4 47 0 4 1 B1 62 40
Octal 112 375 364 107 0 4 1 261 142 100
Binary 1001010 11111101 11110100 1000111 0 100 1 10110001 1100010 1000000

Color Harmonies of #4AFDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFDF4

Black with #4AFDF4

Text Example


Text Example

White with #4AFDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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