Html Css Color HEX #4AFDED Baby Blue

📋 copy color: '#4AFDED'

red 74 ◦ green 253 ◦ blue 237

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

Shades of Baby Blue #4AFDED

Tints of Baby Blue #4AFDED

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.86%

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

R = 13.12%
G = 44.86%
B = 42.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#4AFDED (or 0x4AFDED) is known color: Baby Blue. HEX triplet: 4A, FD and ED. RGB value is (74,253,237). Sum of RGB (Red+Green+Blue) = 74+253+237=564 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.12% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFDED is #B50212. Grayscale: #C5C5C5. Windows color (decimal): -11862547 or 15596874. OLE color: 15596874.

HSL color Cylindrical-coordinate representation of color #4AFDED: hue angle of 174.64º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFDED is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 253 237 -
CMYK 0.71 0 0.06 0.01
HSL 174.64º 0.98% 0.64% -
HSV(B) 174.64º 0.71% 0.99% -
XYZ 53.24 77.82 92.34 -
YUV 197.66 150.2 39.8 -
System Red Green Blue C M Y K H S L
Decimal 74 253 237 0.71 0 0.06 0.01 174.64 0.98 0.64
Hex 4A FD ED 47 0 6 1 AF 62 40
Octal 112 375 355 107 0 6 1 257 142 100
Binary 1001010 11111101 11101101 1000111 0 110 1 10101111 1100010 1000000

Color Harmonies of #4AFDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFDED

Black with #4AFDED

Text Example


Text Example

White with #4AFDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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