Html Css Color HEX #4AFAFF Baby Blue

📋 copy color: '#4AFAFF'

red 74 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #4AFAFF

Tints of Baby Blue #4AFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.18%

 BLUE value IS 255 (100% from 255) = 44.04%

R = 12.78%
G = 43.18%
B = 44.04%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4AFAFF (or 0x4AFAFF) is known color: Baby Blue. HEX triplet: 4A, FA and FF. RGB value is (74,250,255). Sum of RGB (Red+Green+Blue) = 74+250+255=579 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.78% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFAFF is #B50500. Grayscale: #C5C5C5. Windows color (decimal): -11863297 or 16775754. OLE color: 16775754.

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

Color convert

RGB 74 250 255 -
CMYK 0.71 0.02 0 0
HSL 181.66º 1% 0.65% -
HSV(B) 181.66º 0.71% 1% -
XYZ 55.06 77.05 106.58 -
YUV 197.95 160.19 39.59 -
System Red Green Blue C M Y K H S L
Decimal 74 250 255 0.71 0.02 0 0 181.66 1 0.65
Hex 4A FA FF 47 2 0 0 B6 64 41
Octal 112 372 377 107 2 0 0 266 144 101
Binary 1001010 11111010 11111111 1000111 10 0 0 10110110 1100100 1000001

Color Harmonies of #4AFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFAFF

Black with #4AFAFF

Text Example


Text Example

White with #4AFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,250,255); }

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

background-color css

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

 a { background-color: rgb(74,250,255); }

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

border-color css

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

 span { border-color: rgb(74,250,255); }

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