Html Css Color HEX #4AFEEF Baby Blue

📋 copy color: '#4AFEEF'

red 74 ◦ green 254 ◦ blue 239

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

Shades of Baby Blue #4AFEEF

Tints of Baby Blue #4AFEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 13.05%
G = 44.8%
B = 42.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#4AFEEF (or 0x4AFEEF) is known color: Baby Blue. HEX triplet: 4A, FE and EF. RGB value is (74,254,239). Sum of RGB (Red+Green+Blue) = 74+254+239=567 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.05% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEEF is #B50110. Grayscale: #C6C6C6. Windows color (decimal): -11862289 or 15728202. OLE color: 15728202.

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

Color convert

RGB 74 254 239 -
CMYK 0.71 0 0.06 0.00
HSL 175º 0.99% 0.64% -
HSV(B) 175º 0.71% 1% -
XYZ 53.85 78.57 93.99 -
YUV 198.47 150.87 39.22 -
System Red Green Blue C M Y K H S L
Decimal 74 254 239 0.71 0 0.06 0.00 175 0.99 0.64
Hex 4A FE EF 47 0 6 0 AF 63 40
Octal 112 376 357 107 0 6 0 257 143 100
Binary 1001010 11111110 11101111 1000111 0 110 0 10101111 1100011 1000000

Color Harmonies of #4AFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFEEF

Black with #4AFEEF

Text Example


Text Example

White with #4AFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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