Html Css Color HEX #4FFDFD Baby Blue

📋 copy color: '#4FFDFD'

red 79 ◦ green 253 ◦ blue 253

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

Shades of Baby Blue #4FFDFD

Tints of Baby Blue #4FFDFD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.25%

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

R = 13.5%
G = 43.25%
B = 43.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FFDFD (or 0x4FFDFD) is known color: Baby Blue. HEX triplet: 4F, FD and FD. RGB value is (79,253,253). Sum of RGB (Red+Green+Blue) = 79+253+253=585 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.50% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #4FFDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDFD is #B00202. Grayscale: #C8C8C8. Windows color (decimal): -11534851 or 16645455. OLE color: 16645455.

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

Color convert

RGB 79 253 253 -
CMYK 0.69 0 0 0.01
HSL 180º 0.98% 0.65% -
HSV(B) 180º 0.69% 0.99% -
XYZ 56.08 79 105.22 -
YUV 200.97 157.35 41 -
System Red Green Blue C M Y K H S L
Decimal 79 253 253 0.69 0 0 0.01 180 0.98 0.65
Hex 4F FD FD 45 0 0 1 B4 62 41
Octal 117 375 375 105 0 0 1 264 142 101
Binary 1001111 11111101 11111101 1000101 0 0 1 10110100 1100010 1000001

Color Harmonies of #4FFDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDFD

Black with #4FFDFD

Text Example


Text Example

White with #4FFDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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