Html Css Color HEX #4AFEED Baby Blue

📋 copy color: '#4AFEED'

red 74 ◦ green 254 ◦ blue 237

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

Shades of Baby Blue #4AFEED

Tints of Baby Blue #4AFEED

RGB

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

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

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

R = 13.1%
G = 44.96%
B = 41.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#4AFEED (or 0x4AFEED) is known color: Baby Blue. HEX triplet: 4A, FE and ED. RGB value is (74,254,237). Sum of RGB (Red+Green+Blue) = 74+254+237=565 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.10% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEED is #B50112. Grayscale: #C6C6C6. Windows color (decimal): -11862291 or 15597130. OLE color: 15597130.

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

Color convert

RGB 74 254 237 -
CMYK 0.71 0 0.07 0.00
HSL 174.33º 0.99% 0.64% -
HSV(B) 174.33º 0.71% 1% -
XYZ 53.55 78.45 92.44 -
YUV 198.24 149.87 39.38 -
System Red Green Blue C M Y K H S L
Decimal 74 254 237 0.71 0 0.07 0.00 174.33 0.99 0.64
Hex 4A FE ED 47 0 7 0 AE 63 40
Octal 112 376 355 107 0 7 0 256 143 100
Binary 1001010 11111110 11101101 1000111 0 111 0 10101110 1100011 1000000

Color Harmonies of #4AFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFEED

Black with #4AFEED

Text Example


Text Example

White with #4AFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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