Html Css Color HEX #48BDCE Viking

📋 copy color: '#48BDCE'

red 72 ◦ green 189 ◦ blue 206

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

Shades of Viking #48BDCE

Tints of Viking #48BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 15.42%
G = 40.47%
B = 44.11%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#48BDCE (or 0x48BDCE) is known color: Viking. HEX triplet: 48, BD and CE. RGB value is (72,189,206). Sum of RGB (Red+Green+Blue) = 72+189+206=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #48BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDCE is #B74231. Grayscale: #9B9B9B. Windows color (decimal): -12010034 or 13548872. OLE color: 13548872.

HSL color Cylindrical-coordinate representation of color #48BDCE: hue angle of 187.61º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BDCE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 189 206 -
CMYK 0.65 0.08 0 0.19
HSL 187.61º 0.58% 0.55% -
HSV(B) 187.61º 0.65% 0.81% -
XYZ 32.01 42.23 64.86 -
YUV 155.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 72 189 206 0.65 0.08 0 0.19 187.61 0.58 0.55
Hex 48 BD CE 41 8 0 13 BC 3A 37
Octal 110 275 316 101 10 0 23 274 72 67
Binary 1001000 10111101 11001110 1000001 1000 0 10011 10111100 111010 110111

Color Harmonies of #48BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDCE

Black with #48BDCE

Text Example


Text Example

White with #48BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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