Html Css Color HEX #4AF4FA Baby Blue

📋 copy color: '#4AF4FA'

red 74 ◦ green 244 ◦ blue 250

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

Shades of Baby Blue #4AF4FA

Tints of Baby Blue #4AF4FA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.96%

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 13.03%
G = 42.96%
B = 44.01%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AF4FA (or 0x4AF4FA) is known color: Baby Blue. HEX triplet: 4A, F4 and FA. RGB value is (74,244,250). Sum of RGB (Red+Green+Blue) = 74+244+250=568 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.03% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #4AF4FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF4FA is #B50B05. Grayscale: #C1C1C1. Windows color (decimal): -11864838 or 16446538. OLE color: 16446538.

HSL color Cylindrical-coordinate representation of color #4AF4FA: hue angle of 182.05º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF4FA is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 244 250 -
CMYK 0.70 0.02 0 0.02
HSL 182.05º 0.95% 0.64% -
HSV(B) 182.05º 0.7% 0.98% -
XYZ 52.43 73.06 101.78 -
YUV 193.85 159.68 42.51 -
System Red Green Blue C M Y K H S L
Decimal 74 244 250 0.70 0.02 0 0.02 182.05 0.95 0.64
Hex 4A F4 FA 46 2 0 2 B6 5F 40
Octal 112 364 372 106 2 0 2 266 137 100
Binary 1001010 11110100 11111010 1000110 10 0 10 10110110 1011111 1000000

Color Harmonies of #4AF4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF4FA

Black with #4AF4FA

Text Example


Text Example

White with #4AF4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,244,250); }

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

background-color css

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

 a { background-color: rgb(74,244,250); }

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

border-color css

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

 span { border-color: rgb(74,244,250); }

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