Html Css Color HEX #48BCCF Viking

📋 copy color: '#48BCCF'

red 72 ◦ green 188 ◦ blue 207

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

Shades of Viking #48BCCF

Tints of Viking #48BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

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

R = 15.42%
G = 40.26%
B = 44.33%

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

#48BCCF (or 0x48BCCF) is known color: Viking. HEX triplet: 48, BC and CF. RGB value is (72,188,207). Sum of RGB (Red+Green+Blue) = 72+188+207=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #48BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCCF is #B74330. Grayscale: #9B9B9B. Windows color (decimal): -12010289 or 13614152. OLE color: 13614152.

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

Color convert

RGB 72 188 207 -
CMYK 0.65 0.09 0 0.19
HSL 188.44º 0.58% 0.55% -
HSV(B) 188.44º 0.65% 0.81% -
XYZ 31.92 41.85 65.43 -
YUV 155.48 157.07 68.46 -
System Red Green Blue C M Y K H S L
Decimal 72 188 207 0.65 0.09 0 0.19 188.44 0.58 0.55
Hex 48 BC CF 41 9 0 13 BC 3A 37
Octal 110 274 317 101 11 0 23 274 72 67
Binary 1001000 10111100 11001111 1000001 1001 0 10011 10111100 111010 110111

Color Harmonies of #48BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCCF

Black with #48BCCF

Text Example


Text Example

White with #48BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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