Html Css Color HEX #38BDCC Viking

📋 copy color: '#38BDCC'

red 56 ◦ green 189 ◦ blue 204

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

Shades of Viking #38BDCC

Tints of Viking #38BDCC

RGB

 RED value IS 56 (22.27% from 255) = 12.47%

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 12.47%
G = 42.09%
B = 45.43%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38BDCC (or 0x38BDCC) is known color: Viking. HEX triplet: 38, BD and CC. RGB value is (56,189,204). Sum of RGB (Red+Green+Blue) = 56+189+204=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #38BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BDCC is #C74233. Grayscale: #969696. Windows color (decimal): -13058612 or 13417784. OLE color: 13417784.

HSL color Cylindrical-coordinate representation of color #38BDCC: hue angle of 186.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BDCC is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 189 204 -
CMYK 0.73 0.07 0 0.2
HSL 186.08º 0.59% 0.51% -
HSV(B) 186.08º 0.73% 0.8% -
XYZ 30.73 41.6 63.54 -
YUV 150.94 157.94 60.28 -
System Red Green Blue C M Y K H S L
Decimal 56 189 204 0.73 0.07 0 0.2 186.08 0.59 0.51
Hex 38 BD CC 49 7 0 14 BA 3B 33
Octal 70 275 314 111 7 0 24 272 73 63
Binary 111000 10111101 11001100 1001001 111 0 10100 10111010 111011 110011

Color Harmonies of #38BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BDCC

Black with #38BDCC

Text Example


Text Example

White with #38BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38BDCC; }

 p { color: rgb(56,189,204); }

 H1.HeaderClassName
 {
   color: #38BDCC;
 }
 .AnyTagClassName
 {
   color: #38BDCC;
 }
</style>

background-color css

<style>
 a { background-color: #38BDCC; }

 a { background-color: rgb(56,189,204); }

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

border-color css

<style>
 span { border-color: #38BDCC; }

 span { border-color: rgb(56,189,204); }

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