Html Css Color HEX #4AFEFA Baby Blue

📋 copy color: '#4AFEFA'

red 74 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #4AFEFA

Tints of Baby Blue #4AFEFA

RGB

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

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

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

R = 12.8%
G = 43.94%
B = 43.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#4AFEFA (or 0x4AFEFA) is known color: Baby Blue. HEX triplet: 4A, FE and FA. RGB value is (74,254,250). Sum of RGB (Red+Green+Blue) = 74+254+250=578 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.80% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEFA is #B50105. Grayscale: #C7C7C7. Windows color (decimal): -11862278 or 16449098. OLE color: 16449098.

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

Color convert

RGB 74 254 250 -
CMYK 0.71 0 0.02 0.00
HSL 178.67º 0.99% 0.64% -
HSV(B) 178.67º 0.71% 1% -
XYZ 55.52 79.24 102.81 -
YUV 199.72 156.37 38.33 -
System Red Green Blue C M Y K H S L
Decimal 74 254 250 0.71 0 0.02 0.00 178.67 0.99 0.64
Hex 4A FE FA 47 0 2 0 B3 63 40
Octal 112 376 372 107 0 2 0 263 143 100
Binary 1001010 11111110 11111010 1000111 0 10 0 10110011 1100011 1000000

Color Harmonies of #4AFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFEFA

Black with #4AFEFA

Text Example


Text Example

White with #4AFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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