Html Css Color HEX #4AF8FD Baby Blue

📋 copy color: '#4AF8FD'

red 74 ◦ green 248 ◦ blue 253

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

Shades of Baby Blue #4AF8FD

Tints of Baby Blue #4AF8FD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.13%

 BLUE value IS 253 (99.22% from 255) = 44%

R = 12.87%
G = 43.13%
B = 44%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4AF8FD (or 0x4AF8FD) is known color: Baby Blue. HEX triplet: 4A, F8 and FD. RGB value is (74,248,253). Sum of RGB (Red+Green+Blue) = 74+248+253=575 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.87% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AF8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF8FD is #B50702. Grayscale: #C4C4C4. Windows color (decimal): -11863811 or 16644170. OLE color: 16644170.

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

Color convert

RGB 74 248 253 -
CMYK 0.71 0.02 0 0.01
HSL 181.68º 0.98% 0.64% -
HSV(B) 181.68º 0.71% 0.99% -
XYZ 54.12 75.68 104.68 -
YUV 196.54 159.85 40.59 -
System Red Green Blue C M Y K H S L
Decimal 74 248 253 0.71 0.02 0 0.01 181.68 0.98 0.64
Hex 4A F8 FD 47 2 0 1 B6 62 40
Octal 112 370 375 107 2 0 1 266 142 100
Binary 1001010 11111000 11111101 1000111 10 0 1 10110110 1100010 1000000

Color Harmonies of #4AF8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF8FD

Black with #4AF8FD

Text Example


Text Example

White with #4AF8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,248,253); }

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

background-color css

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

 a { background-color: rgb(74,248,253); }

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

border-color css

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

 span { border-color: rgb(74,248,253); }

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