Html Css Color HEX #4DF2FA Baby Blue

📋 copy color: '#4DF2FA'

red 77 ◦ green 242 ◦ blue 250

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

Shades of Baby Blue #4DF2FA

Tints of Baby Blue #4DF2FA

RGB

 RED value IS 77 (30.47% from 255) = 13.53%

 GREEN value IS 242 (94.92% from 255) = 42.53%

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

R = 13.53%
G = 42.53%
B = 43.94%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DF2FA (or 0x4DF2FA) is known color: Baby Blue. HEX triplet: 4D, F2 and FA. RGB value is (77,242,250). Sum of RGB (Red+Green+Blue) = 77+242+250=569 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.53% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DF2FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF2FA is #B20D05. Grayscale: #C1C1C1. Windows color (decimal): -11668742 or 16446029. OLE color: 16446029.

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

Color convert

RGB 77 242 250 -
CMYK 0.69 0.03 0 0.02
HSL 182.77º 0.95% 0.64% -
HSV(B) 182.77º 0.69% 0.98% -
XYZ 52.07 71.98 101.59 -
YUV 193.58 159.84 44.85 -
System Red Green Blue C M Y K H S L
Decimal 77 242 250 0.69 0.03 0 0.02 182.77 0.95 0.64
Hex 4D F2 FA 45 3 0 2 B7 5F 40
Octal 115 362 372 105 3 0 2 267 137 100
Binary 1001101 11110010 11111010 1000101 11 0 10 10110111 1011111 1000000

Color Harmonies of #4DF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF2FA

Black with #4DF2FA

Text Example


Text Example

White with #4DF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,242,250); }

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

background-color css

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

 a { background-color: rgb(77,242,250); }

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

border-color css

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

 span { border-color: rgb(77,242,250); }

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