Html Css Color HEX #48FEFC Baby Blue

📋 copy color: '#48FEFC'

red 72 ◦ green 254 ◦ blue 252

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

Shades of Baby Blue #48FEFC

Tints of Baby Blue #48FEFC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.94%

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 12.46%
G = 43.94%
B = 43.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#48FEFC (or 0x48FEFC) is known color: Baby Blue. HEX triplet: 48, FE and FC. RGB value is (72,254,252). Sum of RGB (Red+Green+Blue) = 72+254+252=578 (76% of max value = 765). Red value is 72 (28.52% from 255 or 12.46% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FEFC is #B70103. Grayscale: #C7C7C7. Windows color (decimal): -11993348 or 16580168. OLE color: 16580168.

HSL color Cylindrical-coordinate representation of color #48FEFC: hue angle of 179.34º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FEFC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 252 -
CMYK 0.72 0 0.01 0.00
HSL 179.34º 0.99% 0.64% -
HSV(B) 179.34º 0.72% 1% -
XYZ 55.68 79.29 104.47 -
YUV 199.35 157.7 37.16 -
System Red Green Blue C M Y K H S L
Decimal 72 254 252 0.72 0 0.01 0.00 179.34 0.99 0.64
Hex 48 FE FC 48 0 1 0 B3 63 40
Octal 110 376 374 110 0 1 0 263 143 100
Binary 1001000 11111110 11111100 1001000 0 1 0 10110011 1100011 1000000

Color Harmonies of #48FEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FEFC

Black with #48FEFC

Text Example


Text Example

White with #48FEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,252); }

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

background-color css

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

 a { background-color: rgb(72,254,252); }

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

border-color css

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

 span { border-color: rgb(72,254,252); }

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