Html Css Color HEX #4DEEFA Baby Blue

📋 copy color: '#4DEEFA'

red 77 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #4DEEFA

Tints of Baby Blue #4DEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.12%

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

R = 13.63%
G = 42.12%
B = 44.25%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DEEFA (or 0x4DEEFA) is known color: Baby Blue. HEX triplet: 4D, EE and FA. RGB value is (77,238,250). Sum of RGB (Red+Green+Blue) = 77+238+250=565 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.63% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DEEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEEFA is #B21105. Grayscale: #BFBFBF. Windows color (decimal): -11669766 or 16445005. OLE color: 16445005.

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

Color convert

RGB 77 238 250 -
CMYK 0.69 0.05 0 0.02
HSL 184.16º 0.95% 0.64% -
HSV(B) 184.16º 0.69% 0.98% -
XYZ 50.89 69.63 101.2 -
YUV 191.23 161.16 46.52 -
System Red Green Blue C M Y K H S L
Decimal 77 238 250 0.69 0.05 0 0.02 184.16 0.95 0.64
Hex 4D EE FA 45 5 0 2 B8 5F 40
Octal 115 356 372 105 5 0 2 270 137 100
Binary 1001101 11101110 11111010 1000101 101 0 10 10111000 1011111 1000000

Color Harmonies of #4DEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEEFA

Black with #4DEEFA

Text Example


Text Example

White with #4DEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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