Html Css Color HEX #48CEFF Maya Blue

📋 copy color: '#48CEFF'

red 72 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #48CEFF

Tints of Maya Blue #48CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.65%

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

R = 13.51%
G = 38.65%
B = 47.84%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48CEFF (or 0x48CEFF) is known color: Maya Blue. HEX triplet: 48, CE and FF. RGB value is (72,206,255). Sum of RGB (Red+Green+Blue) = 72+206+255=533 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.51% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #48CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CEFF is #B73100. Grayscale: #ABABAB. Windows color (decimal): -12005633 or 16764488. OLE color: 16764488.

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

Color convert

RGB 72 206 255 -
CMYK 0.72 0.19 0 0
HSL 196.07º 1% 0.64% -
HSV(B) 196.07º 0.72% 1% -
XYZ 42.79 52.74 102.53 -
YUV 171.52 175.11 57.02 -
System Red Green Blue C M Y K H S L
Decimal 72 206 255 0.72 0.19 0 0 196.07 1 0.64
Hex 48 CE FF 48 13 0 0 C4 64 40
Octal 110 316 377 110 23 0 0 304 144 100
Binary 1001000 11001110 11111111 1001000 10011 0 0 11000100 1100100 1000000

Color Harmonies of #48CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CEFF

Black with #48CEFF

Text Example


Text Example

White with #48CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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