Html Css Color HEX #4AFFED Baby Blue

📋 copy color: '#4AFFED'

red 74 ◦ green 255 ◦ blue 237

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

Shades of Baby Blue #4AFFED

Tints of Baby Blue #4AFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 45.05%

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 13.07%
G = 45.05%
B = 41.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#4AFFED (or 0x4AFFED) is known color: Baby Blue. HEX triplet: 4A, FF and ED. RGB value is (74,255,237). Sum of RGB (Red+Green+Blue) = 74+255+237=566 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.07% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFFED is #B50012. Grayscale: #C6C6C6. Windows color (decimal): -11862035 or 15597386. OLE color: 15597386.

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

Color convert

RGB 74 255 237 -
CMYK 0.71 0 0.07 0
HSL 174.03º 1% 0.65% -
HSV(B) 174.03º 0.71% 1% -
XYZ 53.87 79.09 92.55 -
YUV 198.83 149.53 38.96 -
System Red Green Blue C M Y K H S L
Decimal 74 255 237 0.71 0 0.07 0 174.03 1 0.65
Hex 4A FF ED 47 0 7 0 AE 64 41
Octal 112 377 355 107 0 7 0 256 144 101
Binary 1001010 11111111 11101101 1000111 0 111 0 10101110 1100100 1000001

Color Harmonies of #4AFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFED

Black with #4AFFED

Text Example


Text Example

White with #4AFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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