Html Css Color HEX #48ECFC Baby Blue

📋 copy color: '#48ECFC'

red 72 ◦ green 236 ◦ blue 252

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

Shades of Baby Blue #48ECFC

Tints of Baby Blue #48ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.14%

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

R = 12.86%
G = 42.14%
B = 45%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#48ECFC (or 0x48ECFC) is known color: Baby Blue. HEX triplet: 48, EC and FC. RGB value is (72,236,252). Sum of RGB (Red+Green+Blue) = 72+236+252=560 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.86% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #48ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48ECFC is #B71303. Grayscale: #BCBCBC. Windows color (decimal): -11997956 or 16575560. OLE color: 16575560.

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

Color convert

RGB 72 236 252 -
CMYK 0.71 0.06 0 0.01
HSL 185.33º 0.97% 0.64% -
HSV(B) 185.33º 0.71% 0.99% -
XYZ 50.24 68.4 102.65 -
YUV 188.79 163.67 44.7 -
System Red Green Blue C M Y K H S L
Decimal 72 236 252 0.71 0.06 0 0.01 185.33 0.97 0.64
Hex 48 EC FC 47 6 0 1 B9 61 40
Octal 110 354 374 107 6 0 1 271 141 100
Binary 1001000 11101100 11111100 1000111 110 0 1 10111001 1100001 1000000

Color Harmonies of #48ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ECFC

Black with #48ECFC

Text Example


Text Example

White with #48ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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