Html Css Color HEX #4AFFEE Baby Blue

📋 copy color: '#4AFFEE'

red 74 ◦ green 255 ◦ blue 238

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

Shades of Baby Blue #4AFFEE

Tints of Baby Blue #4AFFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 13.05%
G = 44.97%
B = 41.98%

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

#4AFFEE (or 0x4AFFEE) is known color: Baby Blue. HEX triplet: 4A, FF and EE. RGB value is (74,255,238). Sum of RGB (Red+Green+Blue) = 74+255+238=567 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.05% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFFEE is #B50011. Grayscale: #C6C6C6. Windows color (decimal): -11862034 or 15662922. OLE color: 15662922.

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

Color convert

RGB 74 255 238 -
CMYK 0.71 0 0.07 0
HSL 174.36º 1% 0.65% -
HSV(B) 174.36º 0.71% 1% -
XYZ 54.02 79.15 93.32 -
YUV 198.94 150.03 38.88 -
System Red Green Blue C M Y K H S L
Decimal 74 255 238 0.71 0 0.07 0 174.36 1 0.65
Hex 4A FF EE 47 0 7 0 AE 64 41
Octal 112 377 356 107 0 7 0 256 144 101
Binary 1001010 11111111 11101110 1000111 0 111 0 10101110 1100100 1000001

Color Harmonies of #4AFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFEE

Black with #4AFFEE

Text Example


Text Example

White with #4AFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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