Html Css Color HEX #48EAFF Baby Blue

📋 copy color: '#48EAFF'

red 72 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #48EAFF

Tints of Baby Blue #48EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

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

R = 12.83%
G = 41.71%
B = 45.45%

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

#48EAFF (or 0x48EAFF) is known color: Baby Blue. HEX triplet: 48, EA and FF. RGB value is (72,234,255). Sum of RGB (Red+Green+Blue) = 72+234+255=561 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.83% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #48EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EAFF is #B71500. Grayscale: #BBBBBB. Windows color (decimal): -11998465 or 16771656. OLE color: 16771656.

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

Color convert

RGB 72 234 255 -
CMYK 0.72 0.08 0 0
HSL 186.89º 1% 0.64% -
HSV(B) 186.89º 0.72% 1% -
XYZ 50.15 67.44 104.98 -
YUV 187.96 165.83 45.29 -
System Red Green Blue C M Y K H S L
Decimal 72 234 255 0.72 0.08 0 0 186.89 1 0.64
Hex 48 EA FF 48 8 0 0 BB 64 40
Octal 110 352 377 110 10 0 0 273 144 100
Binary 1001000 11101010 11111111 1001000 1000 0 0 10111011 1100100 1000000

Color Harmonies of #48EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EAFF

Black with #48EAFF

Text Example


Text Example

White with #48EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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