Html Css Color HEX #48EBFF Baby Blue

📋 copy color: '#48EBFF'

red 72 ◦ green 235 ◦ blue 255

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

Shades of Baby Blue #48EBFF

Tints of Baby Blue #48EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

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

R = 12.81%
G = 41.81%
B = 45.37%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48EBFF (or 0x48EBFF) is known color: Baby Blue. HEX triplet: 48, EB and FF. RGB value is (72,235,255). Sum of RGB (Red+Green+Blue) = 72+235+255=562 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.81% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #48EBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EBFF is #B71400. Grayscale: #BCBCBC. Windows color (decimal): -11998209 or 16771912. OLE color: 16771912.

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

Color convert

RGB 72 235 255 -
CMYK 0.72 0.08 0 0
HSL 186.56º 1% 0.64% -
HSV(B) 186.56º 0.72% 1% -
XYZ 50.43 68.01 105.08 -
YUV 188.54 165.5 44.87 -
System Red Green Blue C M Y K H S L
Decimal 72 235 255 0.72 0.08 0 0 186.56 1 0.64
Hex 48 EB FF 48 8 0 0 BB 64 40
Octal 110 353 377 110 10 0 0 273 144 100
Binary 1001000 11101011 11111111 1001000 1000 0 0 10111011 1100100 1000000

Color Harmonies of #48EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EBFF

Black with #48EBFF

Text Example


Text Example

White with #48EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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