Html Css Color HEX #4FFAFD Baby Blue

📋 copy color: '#4FFAFD'

red 79 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #4FFAFD

Tints of Baby Blue #4FFAFD

RGB

 RED value IS 79 (31.25% from 255) = 13.57%

 GREEN value IS 250 (98.05% from 255) = 42.96%

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

R = 13.57%
G = 42.96%
B = 43.47%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FFAFD (or 0x4FFAFD) is known color: Baby Blue. HEX triplet: 4F, FA and FD. RGB value is (79,250,253). Sum of RGB (Red+Green+Blue) = 79+250+253=582 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.57% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FFAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFAFD is #B00502. Grayscale: #C7C7C7. Windows color (decimal): -11535619 or 16644687. OLE color: 16644687.

HSL color Cylindrical-coordinate representation of color #4FFAFD: hue angle of 181.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFAFD is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 250 253 -
CMYK 0.69 0.01 0 0.01
HSL 181.03º 0.98% 0.65% -
HSV(B) 181.03º 0.69% 0.99% -
XYZ 55.14 77.13 104.91 -
YUV 199.21 158.35 42.26 -
System Red Green Blue C M Y K H S L
Decimal 79 250 253 0.69 0.01 0 0.01 181.03 0.98 0.65
Hex 4F FA FD 45 1 0 1 B5 62 41
Octal 117 372 375 105 1 0 1 265 142 101
Binary 1001111 11111010 11111101 1000101 1 0 1 10110101 1100010 1000001

Color Harmonies of #4FFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFAFD

Black with #4FFAFD

Text Example


Text Example

White with #4FFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,250,253); }

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

background-color css

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

 a { background-color: rgb(79,250,253); }

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

border-color css

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

 span { border-color: rgb(79,250,253); }

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