Html Css Color HEX #48BBDA Summer Sky

📋 copy color: '#48BBDA'

red 72 ◦ green 187 ◦ blue 218

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

Shades of Summer Sky #48BBDA

Tints of Summer Sky #48BBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 15.09%
G = 39.2%
B = 45.7%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#48BBDA (or 0x48BBDA) is known color: Summer Sky. HEX triplet: 48, BB and DA. RGB value is (72,187,218). Sum of RGB (Red+Green+Blue) = 72+187+218=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #48BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBDA is #B74425. Grayscale: #9B9B9B. Windows color (decimal): -12010534 or 14334792. OLE color: 14334792.

HSL color Cylindrical-coordinate representation of color #48BBDA: hue angle of 192.74º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BBDA is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 187 218 -
CMYK 0.67 0.14 0 0.15
HSL 192.74º 0.66% 0.57% -
HSV(B) 192.74º 0.67% 0.85% -
XYZ 33.1 41.98 72.69 -
YUV 156.15 162.9 67.98 -
System Red Green Blue C M Y K H S L
Decimal 72 187 218 0.67 0.14 0 0.15 192.74 0.66 0.57
Hex 48 BB DA 43 E 0 F C1 42 39
Octal 110 273 332 103 16 0 17 301 102 71
Binary 1001000 10111011 11011010 1000011 1110 0 1111 11000001 1000010 111001

Color Harmonies of #48BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BBDA

Black with #48BBDA

Text Example


Text Example

White with #48BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,187,218); }

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

background-color css

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

 a { background-color: rgb(72,187,218); }

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

border-color css

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

 span { border-color: rgb(72,187,218); }

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