Html Css Color HEX #4AFEF3 Baby Blue

📋 copy color: '#4AFEF3'

red 74 ◦ green 254 ◦ blue 243

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

Shades of Baby Blue #4AFEF3

Tints of Baby Blue #4AFEF3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.48%

 BLUE value IS 243 (95.31% from 255) = 42.56%

R = 12.96%
G = 44.48%
B = 42.56%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#4AFEF3 (or 0x4AFEF3) is known color: Baby Blue. HEX triplet: 4A, FE and F3. RGB value is (74,254,243). Sum of RGB (Red+Green+Blue) = 74+254+243=571 (75% of max value = 765). Red value is 74 (29.30% from 255 or 12.96% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEF3 is #B5010C. Grayscale: #C6C6C6. Windows color (decimal): -11862285 or 15990346. OLE color: 15990346.

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

Color convert

RGB 74 254 243 -
CMYK 0.71 0 0.04 0.00
HSL 176.33º 0.99% 0.64% -
HSV(B) 176.33º 0.71% 1% -
XYZ 54.44 78.81 97.14 -
YUV 198.93 152.87 38.89 -
System Red Green Blue C M Y K H S L
Decimal 74 254 243 0.71 0 0.04 0.00 176.33 0.99 0.64
Hex 4A FE F3 47 0 4 0 B0 63 40
Octal 112 376 363 107 0 4 0 260 143 100
Binary 1001010 11111110 11110011 1000111 0 100 0 10110000 1100011 1000000

Color Harmonies of #4AFEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFEF3

Black with #4AFEF3

Text Example


Text Example

White with #4AFEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,254,243); }

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

background-color css

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

 a { background-color: rgb(74,254,243); }

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

border-color css

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

 span { border-color: rgb(74,254,243); }

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