Html Css Color HEX #48FDFF Baby Blue

📋 copy color: '#48FDFF'

red 72 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #48FDFF

Tints of Baby Blue #48FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.62%

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

R = 12.41%
G = 43.62%
B = 43.97%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48FDFF (or 0x48FDFF) is known color: Baby Blue. HEX triplet: 48, FD and FF. RGB value is (72,253,255). Sum of RGB (Red+Green+Blue) = 72+253+255=580 (76% of max value = 765). Red value is 72 (28.52% from 255 or 12.41% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #48FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FDFF is #B70200. Grayscale: #C6C6C6. Windows color (decimal): -11993601 or 16776520. OLE color: 16776520.

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

Color convert

RGB 72 253 255 -
CMYK 0.72 0.01 0 0
HSL 180.66º 1% 0.64% -
HSV(B) 180.66º 0.72% 1% -
XYZ 55.85 78.85 106.88 -
YUV 199.11 159.53 37.34 -
System Red Green Blue C M Y K H S L
Decimal 72 253 255 0.72 0.01 0 0 180.66 1 0.64
Hex 48 FD FF 48 1 0 0 B5 64 40
Octal 110 375 377 110 1 0 0 265 144 100
Binary 1001000 11111101 11111111 1001000 1 0 0 10110101 1100100 1000000

Color Harmonies of #48FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FDFF

Black with #48FDFF

Text Example


Text Example

White with #48FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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