Html Css Color HEX #48FBFF Baby Blue

📋 copy color: '#48FBFF'

red 72 ◦ green 251 ◦ blue 255

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

Shades of Baby Blue #48FBFF

Tints of Baby Blue #48FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.43%

 BLUE value IS 255 (100% from 255) = 44.12%

R = 12.46%
G = 43.43%
B = 44.12%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48FBFF (or 0x48FBFF) is known color: Baby Blue. HEX triplet: 48, FB and FF. RGB value is (72,251,255). Sum of RGB (Red+Green+Blue) = 72+251+255=578 (76% of max value = 765). Red value is 72 (28.52% from 255 or 12.46% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #48FBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FBFF is #B70400. Grayscale: #C5C5C5. Windows color (decimal): -11994113 or 16776008. OLE color: 16776008.

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

Color convert

RGB 72 251 255 -
CMYK 0.72 0.02 0 0
HSL 181.31º 1% 0.64% -
HSV(B) 181.31º 0.72% 1% -
XYZ 55.22 77.59 106.67 -
YUV 197.94 160.2 38.17 -
System Red Green Blue C M Y K H S L
Decimal 72 251 255 0.72 0.02 0 0 181.31 1 0.64
Hex 48 FB FF 48 2 0 0 B5 64 40
Octal 110 373 377 110 2 0 0 265 144 100
Binary 1001000 11111011 11111111 1001000 10 0 0 10110101 1100100 1000000

Color Harmonies of #48FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FBFF

Black with #48FBFF

Text Example


Text Example

White with #48FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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