Html Css Color HEX #48C9FF Summer Sky

📋 copy color: '#48C9FF'

red 72 ◦ green 201 ◦ blue 255

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

Shades of Summer Sky #48C9FF

Tints of Summer Sky #48C9FF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.07%

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

R = 13.64%
G = 38.07%
B = 48.3%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48C9FF (or 0x48C9FF) is known color: Summer Sky. HEX triplet: 48, C9 and FF. RGB value is (72,201,255). Sum of RGB (Red+Green+Blue) = 72+201+255=528 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.64% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #48C9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C9FF is #B73600. Grayscale: #A8A8A8. Windows color (decimal): -12006913 or 16763208. OLE color: 16763208.

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

Color convert

RGB 72 201 255 -
CMYK 0.72 0.21 0 0
HSL 197.7º 1% 0.64% -
HSV(B) 197.7º 0.72% 1% -
XYZ 41.61 50.37 102.14 -
YUV 168.59 176.76 59.11 -
System Red Green Blue C M Y K H S L
Decimal 72 201 255 0.72 0.21 0 0 197.7 1 0.64
Hex 48 C9 FF 48 15 0 0 C6 64 40
Octal 110 311 377 110 25 0 0 306 144 100
Binary 1001000 11001001 11111111 1001000 10101 0 0 11000110 1100100 1000000

Color Harmonies of #48C9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C9FF

Black with #48C9FF

Text Example


Text Example

White with #48C9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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