Html Css Color HEX #4AFAFA Baby Blue

📋 copy color: '#4AFAFA'

red 74 ◦ green 250 ◦ blue 250

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

Shades of Baby Blue #4AFAFA

Tints of Baby Blue #4AFAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.55%

R = 12.89%
G = 43.55%
B = 43.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AFAFA (or 0x4AFAFA) is known color: Baby Blue. HEX triplet: 4A, FA and FA. RGB value is (74,250,250). Sum of RGB (Red+Green+Blue) = 74+250+250=574 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.89% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #4AFAFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFAFA is #B50505. Grayscale: #C5C5C5. Windows color (decimal): -11863302 or 16448074. OLE color: 16448074.

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

Color convert

RGB 74 250 250 -
CMYK 0.70 0 0 0.02
HSL 180º 0.95% 0.64% -
HSV(B) 180º 0.7% 0.98% -
XYZ 54.26 76.73 102.39 -
YUV 197.38 157.69 40 -
System Red Green Blue C M Y K H S L
Decimal 74 250 250 0.70 0 0 0.02 180 0.95 0.64
Hex 4A FA FA 46 0 0 2 B4 5F 40
Octal 112 372 372 106 0 0 2 264 137 100
Binary 1001010 11111010 11111010 1000110 0 0 10 10110100 1011111 1000000

Color Harmonies of #4AFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFAFA

Black with #4AFAFA

Text Example


Text Example

White with #4AFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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