Html Css Color HEX #48CBFF Summer Sky

📋 copy color: '#48CBFF'

red 72 ◦ green 203 ◦ blue 255

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

Shades of Summer Sky #48CBFF

Tints of Summer Sky #48CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

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

R = 13.58%
G = 38.3%
B = 48.11%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48CBFF (or 0x48CBFF) is known color: Summer Sky. HEX triplet: 48, CB and FF. RGB value is (72,203,255). Sum of RGB (Red+Green+Blue) = 72+203+255=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #48CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CBFF is #B73400. Grayscale: #A9A9A9. Windows color (decimal): -12006401 or 16763720. OLE color: 16763720.

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

Color convert

RGB 72 203 255 -
CMYK 0.72 0.20 0 0
HSL 197.05º 1% 0.64% -
HSV(B) 197.05º 0.72% 1% -
XYZ 42.08 51.31 102.29 -
YUV 169.76 176.1 58.27 -
System Red Green Blue C M Y K H S L
Decimal 72 203 255 0.72 0.20 0 0 197.05 1 0.64
Hex 48 CB FF 48 14 0 0 C5 64 40
Octal 110 313 377 110 24 0 0 305 144 100
Binary 1001000 11001011 11111111 1001000 10100 0 0 11000101 1100100 1000000

Color Harmonies of #48CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CBFF

Black with #48CBFF

Text Example


Text Example

White with #48CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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