Html Css Color HEX #4AEFFB Baby Blue

📋 copy color: '#4AEFFB'

red 74 ◦ green 239 ◦ blue 251

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

Shades of Baby Blue #4AEFFB

Tints of Baby Blue #4AEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.38%

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 13.12%
G = 42.38%
B = 44.5%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AEFFB (or 0x4AEFFB) is known color: Baby Blue. HEX triplet: 4A, EF and FB. RGB value is (74,239,251). Sum of RGB (Red+Green+Blue) = 74+239+251=564 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.12% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AEFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEFFB is #B51004. Grayscale: #BEBEBE. Windows color (decimal): -11866117 or 16510794. OLE color: 16510794.

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

Color convert

RGB 74 239 251 -
CMYK 0.71 0.05 0 0.02
HSL 184.07º 0.96% 0.64% -
HSV(B) 184.07º 0.71% 0.98% -
XYZ 51.1 70.15 102.11 -
YUV 191.03 161.84 44.52 -
System Red Green Blue C M Y K H S L
Decimal 74 239 251 0.71 0.05 0 0.02 184.07 0.96 0.64
Hex 4A EF FB 47 5 0 2 B8 60 40
Octal 112 357 373 107 5 0 2 270 140 100
Binary 1001010 11101111 11111011 1000111 101 0 10 10111000 1100000 1000000

Color Harmonies of #4AEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEFFB

Black with #4AEFFB

Text Example


Text Example

White with #4AEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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