Html Css Color HEX #48ECFE Baby Blue

📋 copy color: '#48ECFE'

red 72 ◦ green 236 ◦ blue 254

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

Shades of Baby Blue #48ECFE

Tints of Baby Blue #48ECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 12.81%
G = 41.99%
B = 45.2%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#48ECFE (or 0x48ECFE) is known color: Baby Blue. HEX triplet: 48, EC and FE. RGB value is (72,236,254). Sum of RGB (Red+Green+Blue) = 72+236+254=562 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.81% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #48ECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48ECFE is #B71301. Grayscale: #BCBCBC. Windows color (decimal): -11997954 or 16706632. OLE color: 16706632.

HSL color Cylindrical-coordinate representation of color #48ECFE: hue angle of 185.93º 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 #48ECFE is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 236 254 -
CMYK 0.72 0.07 0 0.00
HSL 185.93º 0.99% 0.64% -
HSV(B) 185.93º 0.72% 1% -
XYZ 50.56 68.52 104.33 -
YUV 189.02 164.67 44.54 -
System Red Green Blue C M Y K H S L
Decimal 72 236 254 0.72 0.07 0 0.00 185.93 0.99 0.64
Hex 48 EC FE 48 7 0 0 BA 63 40
Octal 110 354 376 110 7 0 0 272 143 100
Binary 1001000 11101100 11111110 1001000 111 0 0 10111010 1100011 1000000

Color Harmonies of #48ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ECFE

Black with #48ECFE

Text Example


Text Example

White with #48ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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