Html Css Color HEX #48EFFE Baby Blue

📋 copy color: '#48EFFE'

red 72 ◦ green 239 ◦ blue 254

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

Shades of Baby Blue #48EFFE

Tints of Baby Blue #48EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.3%

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

R = 12.74%
G = 42.3%
B = 44.96%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#48EFFE (or 0x48EFFE) is known color: Baby Blue. HEX triplet: 48, EF and FE. RGB value is (72,239,254). Sum of RGB (Red+Green+Blue) = 72+239+254=565 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.74% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #48EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EFFE is #B71001. Grayscale: #BEBEBE. Windows color (decimal): -11997186 or 16707400. OLE color: 16707400.

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

Color convert

RGB 72 239 254 -
CMYK 0.72 0.06 0 0.00
HSL 184.95º 0.99% 0.64% -
HSV(B) 184.95º 0.72% 1% -
XYZ 51.43 70.27 104.62 -
YUV 190.78 163.67 43.28 -
System Red Green Blue C M Y K H S L
Decimal 72 239 254 0.72 0.06 0 0.00 184.95 0.99 0.64
Hex 48 EF FE 48 6 0 0 B9 63 40
Octal 110 357 376 110 6 0 0 271 143 100
Binary 1001000 11101111 11111110 1001000 110 0 0 10111001 1100011 1000000

Color Harmonies of #48EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EFFE

Black with #48EFFE

Text Example


Text Example

White with #48EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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