Html Css Color HEX #4AFCEE Baby Blue

📋 copy color: '#4AFCEE'

red 74 ◦ green 252 ◦ blue 238

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

Shades of Baby Blue #4AFCEE

Tints of Baby Blue #4AFCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.68%

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

R = 13.12%
G = 44.68%
B = 42.2%

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

#4AFCEE (or 0x4AFCEE) is known color: Baby Blue. HEX triplet: 4A, FC and EE. RGB value is (74,252,238). Sum of RGB (Red+Green+Blue) = 74+252+238=564 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.12% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFCEE is #B50311. Grayscale: #C5C5C5. Windows color (decimal): -11862802 or 15662154. OLE color: 15662154.

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

Color convert

RGB 74 252 238 -
CMYK 0.71 0 0.06 0.01
HSL 175.28º 0.97% 0.64% -
HSV(B) 175.28º 0.71% 0.99% -
XYZ 53.07 77.25 93 -
YUV 197.18 151.03 40.14 -
System Red Green Blue C M Y K H S L
Decimal 74 252 238 0.71 0 0.06 0.01 175.28 0.97 0.64
Hex 4A FC EE 47 0 6 1 AF 61 40
Octal 112 374 356 107 0 6 1 257 141 100
Binary 1001010 11111100 11101110 1000111 0 110 1 10101111 1100001 1000000

Color Harmonies of #4AFCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFCEE

Black with #4AFCEE

Text Example


Text Example

White with #4AFCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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