Html Css Color HEX #4DEAFF Baby Blue

📋 copy color: '#4DEAFF'

red 77 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #4DEAFF

Tints of Baby Blue #4DEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.34%

 BLUE value IS 255 (100% from 255) = 45.05%

R = 13.6%
G = 41.34%
B = 45.05%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DEAFF (or 0x4DEAFF) is known color: Baby Blue. HEX triplet: 4D, EA and FF. RGB value is (77,234,255). Sum of RGB (Red+Green+Blue) = 77+234+255=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEAFF is #B21500. Grayscale: #BDBDBD. Windows color (decimal): -11670785 or 16771661. OLE color: 16771661.

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

Color convert

RGB 77 234 255 -
CMYK 0.70 0.08 0 0
HSL 187.08º 1% 0.65% -
HSV(B) 187.08º 0.7% 1% -
XYZ 50.53 67.64 105 -
YUV 189.45 164.99 47.79 -
System Red Green Blue C M Y K H S L
Decimal 77 234 255 0.70 0.08 0 0 187.08 1 0.65
Hex 4D EA FF 46 8 0 0 BB 64 41
Octal 115 352 377 106 10 0 0 273 144 101
Binary 1001101 11101010 11111111 1000110 1000 0 0 10111011 1100100 1000001

Color Harmonies of #4DEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEAFF

Black with #4DEAFF

Text Example


Text Example

White with #4DEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,234,255); }

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

background-color css

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

 a { background-color: rgb(77,234,255); }

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

border-color css

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

 span { border-color: rgb(77,234,255); }

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