Html Css Color HEX #4AEFFF Baby Blue

📋 copy color: '#4AEFFF'

red 74 ◦ green 239 ◦ blue 255

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

Shades of Baby Blue #4AEFFF

Tints of Baby Blue #4AEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.08%

 BLUE value IS 255 (100% from 255) = 44.89%

R = 13.03%
G = 42.08%
B = 44.89%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4AEFFF (or 0x4AEFFF) is known color: Baby Blue. HEX triplet: 4A, EF and FF. RGB value is (74,239,255). Sum of RGB (Red+Green+Blue) = 74+239+255=568 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.03% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AEFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEFFF is #B51000. Grayscale: #BFBFBF. Windows color (decimal): -11866113 or 16772938. OLE color: 16772938.

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

Color convert

RGB 74 239 255 -
CMYK 0.71 0.06 0 0
HSL 185.3º 1% 0.65% -
HSV(B) 185.3º 0.71% 1% -
XYZ 51.74 70.41 105.47 -
YUV 191.49 163.84 44.2 -
System Red Green Blue C M Y K H S L
Decimal 74 239 255 0.71 0.06 0 0 185.3 1 0.65
Hex 4A EF FF 47 6 0 0 B9 64 41
Octal 112 357 377 107 6 0 0 271 144 101
Binary 1001010 11101111 11111111 1000111 110 0 0 10111001 1100100 1000001

Color Harmonies of #4AEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEFFF

Black with #4AEFFF

Text Example


Text Example

White with #4AEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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