Html Css Color HEX #48BDCF Viking

📋 copy color: '#48BDCF'

red 72 ◦ green 189 ◦ blue 207

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

Shades of Viking #48BDCF

Tints of Viking #48BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 15.38%
G = 40.38%
B = 44.23%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#48BDCF (or 0x48BDCF) is known color: Viking. HEX triplet: 48, BD and CF. RGB value is (72,189,207). Sum of RGB (Red+Green+Blue) = 72+189+207=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #48BDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDCF is #B74230. Grayscale: #9B9B9B. Windows color (decimal): -12010033 or 13614408. OLE color: 13614408.

HSL color Cylindrical-coordinate representation of color #48BDCF: hue angle of 188º 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 #48BDCF is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 189 207 -
CMYK 0.65 0.09 0 0.19
HSL 188º 0.58% 0.55% -
HSV(B) 188º 0.65% 0.81% -
XYZ 32.13 42.28 65.5 -
YUV 156.07 156.74 68.04 -
System Red Green Blue C M Y K H S L
Decimal 72 189 207 0.65 0.09 0 0.19 188 0.58 0.55
Hex 48 BD CF 41 9 0 13 BC 3A 37
Octal 110 275 317 101 11 0 23 274 72 67
Binary 1001000 10111101 11001111 1000001 1001 0 10011 10111100 111010 110111

Color Harmonies of #48BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDCF

Black with #48BDCF

Text Example


Text Example

White with #48BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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