Html Css Color HEX #48EDF9 Baby Blue

📋 copy color: '#48EDF9'

red 72 ◦ green 237 ◦ blue 249

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

Shades of Baby Blue #48EDF9

Tints of Baby Blue #48EDF9

RGB

 RED value IS 72 (28.52% from 255) = 12.9%

 GREEN value IS 237 (92.97% from 255) = 42.47%

 BLUE value IS 249 (97.66% from 255) = 44.62%

R = 12.9%
G = 42.47%
B = 44.62%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#48EDF9 (or 0x48EDF9) is known color: Baby Blue. HEX triplet: 48, ED and F9. RGB value is (72,237,249). Sum of RGB (Red+Green+Blue) = 72+237+249=558 (73% of max value = 765). Red value is 72 (28.52% from 255 or 12.90% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #48EDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EDF9 is #B71206. Grayscale: #BCBCBC. Windows color (decimal): -11997703 or 16379208. OLE color: 16379208.

HSL color Cylindrical-coordinate representation of color #48EDF9: hue angle of 184.07º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48EDF9 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 237 249 -
CMYK 0.71 0.05 0 0.02
HSL 184.07º 0.94% 0.63% -
HSV(B) 184.07º 0.71% 0.98% -
XYZ 50.06 68.79 100.26 -
YUV 189.03 161.84 44.52 -
System Red Green Blue C M Y K H S L
Decimal 72 237 249 0.71 0.05 0 0.02 184.07 0.94 0.63
Hex 48 ED F9 47 5 0 2 B8 5E 3F
Octal 110 355 371 107 5 0 2 270 136 77
Binary 1001000 11101101 11111001 1000111 101 0 10 10111000 1011110 111111

Color Harmonies of #48EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDF9

Black with #48EDF9

Text Example


Text Example

White with #48EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48EDF9; }

 p { color: rgb(72,237,249); }

 H1.HeaderClassName
 {
   color: #48EDF9;
 }
 .AnyTagClassName
 {
   color: #48EDF9;
 }
</style>

background-color css

<style>
 a { background-color: #48EDF9; }

 a { background-color: rgb(72,237,249); }

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

border-color css

<style>
 span { border-color: #48EDF9; }

 span { border-color: rgb(72,237,249); }

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