Html Css Color HEX #4AFCFF Baby Blue

📋 copy color: '#4AFCFF'

red 74 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #4AFCFF

Tints of Baby Blue #4AFCFF

RGB

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

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

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

R = 12.74%
G = 43.37%
B = 43.89%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4AFCFF (or 0x4AFCFF) is known color: Baby Blue. HEX triplet: 4A, FC and FF. RGB value is (74,252,255). Sum of RGB (Red+Green+Blue) = 74+252+255=581 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.74% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AFCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFCFF is #B50300. Grayscale: #C6C6C6. Windows color (decimal): -11862785 or 16776266. OLE color: 16776266.

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

Color convert

RGB 74 252 255 -
CMYK 0.71 0.01 0 0
HSL 180.99º 1% 0.65% -
HSV(B) 180.99º 0.71% 1% -
XYZ 55.68 78.3 106.79 -
YUV 199.12 159.53 38.76 -
System Red Green Blue C M Y K H S L
Decimal 74 252 255 0.71 0.01 0 0 180.99 1 0.65
Hex 4A FC FF 47 1 0 0 B5 64 41
Octal 112 374 377 107 1 0 0 265 144 101
Binary 1001010 11111100 11111111 1000111 1 0 0 10110101 1100100 1000001

Color Harmonies of #4AFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFCFF

Black with #4AFCFF

Text Example


Text Example

White with #4AFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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