Html Css Color HEX #4AFBF2 Baby Blue

📋 copy color: '#4AFBF2'

red 74 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #4AFBF2

Tints of Baby Blue #4AFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.27%

 BLUE value IS 242 (94.92% from 255) = 42.68%

R = 13.05%
G = 44.27%
B = 42.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#4AFBF2 (or 0x4AFBF2) is known color: Baby Blue. HEX triplet: 4A, FB and F2. RGB value is (74,251,242). Sum of RGB (Red+Green+Blue) = 74+251+242=567 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.05% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFBF2 is #B5040D. Grayscale: #C4C4C4. Windows color (decimal): -11863054 or 15924042. OLE color: 15924042.

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

Color convert

RGB 74 251 242 -
CMYK 0.71 0 0.04 0.02
HSL 176.95º 0.96% 0.64% -
HSV(B) 176.95º 0.71% 0.98% -
XYZ 53.35 76.86 96.03 -
YUV 197.05 153.36 40.23 -
System Red Green Blue C M Y K H S L
Decimal 74 251 242 0.71 0 0.04 0.02 176.95 0.96 0.64
Hex 4A FB F2 47 0 4 2 B1 60 40
Octal 112 373 362 107 0 4 2 261 140 100
Binary 1001010 11111011 11110010 1000111 0 100 10 10110001 1100000 1000000

Color Harmonies of #4AFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBF2

Black with #4AFBF2

Text Example


Text Example

White with #4AFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,251,242); }

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

background-color css

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

 a { background-color: rgb(74,251,242); }

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

border-color css

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

 span { border-color: rgb(74,251,242); }

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