Html Css Color HEX #48BAEA Summer Sky

📋 copy color: '#48BAEA'

red 72 ◦ green 186 ◦ blue 234

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

Shades of Summer Sky #48BAEA

Tints of Summer Sky #48BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 14.63%
G = 37.8%
B = 47.56%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#48BAEA (or 0x48BAEA) is known color: Summer Sky. HEX triplet: 48, BA and EA. RGB value is (72,186,234). Sum of RGB (Red+Green+Blue) = 72+186+234=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #48BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BAEA is #B74515. Grayscale: #9D9D9D. Windows color (decimal): -12010774 or 15383112. OLE color: 15383112.

HSL color Cylindrical-coordinate representation of color #48BAEA: hue angle of 197.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48BAEA is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 186 234 -
CMYK 0.69 0.21 0 0.08
HSL 197.78º 0.79% 0.6% -
HSV(B) 197.78º 0.69% 0.92% -
XYZ 35.08 42.44 84.18 -
YUV 157.39 171.23 67.1 -
System Red Green Blue C M Y K H S L
Decimal 72 186 234 0.69 0.21 0 0.08 197.78 0.79 0.6
Hex 48 BA EA 45 15 0 8 C6 4F 3C
Octal 110 272 352 105 25 0 10 306 117 74
Binary 1001000 10111010 11101010 1000101 10101 0 1000 11000110 1001111 111100

Color Harmonies of #48BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BAEA

Black with #48BAEA

Text Example


Text Example

White with #48BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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