Html Css Color HEX #4FFFFD Baby Blue

📋 copy color: '#4FFFFD'

red 79 ◦ green 255 ◦ blue 253

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

Shades of Baby Blue #4FFFFD

Tints of Baby Blue #4FFFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 43.44%

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

R = 13.46%
G = 43.44%
B = 43.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#4FFFFD (or 0x4FFFFD) is known color: Baby Blue. HEX triplet: 4F, FF and FD. RGB value is (79,255,253). Sum of RGB (Red+Green+Blue) = 79+255+253=587 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.46% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFFFD is #B00002. Grayscale: #C9C9C9. Windows color (decimal): -11534339 or 16645967. OLE color: 16645967.

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

Color convert

RGB 79 255 253 -
CMYK 0.69 0 0.01 0
HSL 179.32º 1% 0.65% -
HSV(B) 179.32º 0.69% 1% -
XYZ 56.71 80.27 105.43 -
YUV 202.15 156.69 40.16 -
System Red Green Blue C M Y K H S L
Decimal 79 255 253 0.69 0 0.01 0 179.32 1 0.65
Hex 4F FF FD 45 0 1 0 B3 64 41
Octal 117 377 375 105 0 1 0 263 144 101
Binary 1001111 11111111 11111101 1000101 0 1 0 10110011 1100100 1000001

Color Harmonies of #4FFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFFFD

Black with #4FFFFD

Text Example


Text Example

White with #4FFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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