Html Css Color HEX #48FFEE Baby Blue

📋 copy color: '#48FFEE'

red 72 ◦ green 255 ◦ blue 238

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

Shades of Baby Blue #48FFEE

Tints of Baby Blue #48FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 45.13%

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 12.74%
G = 45.13%
B = 42.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#48FFEE (or 0x48FFEE) is known color: Baby Blue. HEX triplet: 48, FF and EE. RGB value is (72,255,238). Sum of RGB (Red+Green+Blue) = 72+255+238=565 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.74% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FFEE is #B70011. Grayscale: #C6C6C6. Windows color (decimal): -11993106 or 15662920. OLE color: 15662920.

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

Color convert

RGB 72 255 238 -
CMYK 0.72 0 0.07 0
HSL 174.43º 1% 0.64% -
HSV(B) 174.43º 0.72% 1% -
XYZ 53.87 79.07 93.31 -
YUV 198.35 150.37 37.88 -
System Red Green Blue C M Y K H S L
Decimal 72 255 238 0.72 0 0.07 0 174.43 1 0.64
Hex 48 FF EE 48 0 7 0 AE 64 40
Octal 110 377 356 110 0 7 0 256 144 100
Binary 1001000 11111111 11101110 1001000 0 111 0 10101110 1100100 1000000

Color Harmonies of #48FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFEE

Black with #48FFEE

Text Example


Text Example

White with #48FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,255,238); }

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

background-color css

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

 a { background-color: rgb(72,255,238); }

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

border-color css

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

 span { border-color: rgb(72,255,238); }

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