Html Css Color HEX #38B9CC Viking

📋 copy color: '#38B9CC'

red 56 ◦ green 185 ◦ blue 204

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

Shades of Viking #38B9CC

Tints of Viking #38B9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 12.58%
G = 41.57%
B = 45.84%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38B9CC (or 0x38B9CC) is known color: Viking. HEX triplet: 38, B9 and CC. RGB value is (56,185,204). Sum of RGB (Red+Green+Blue) = 56+185+204=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #38B9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B9CC is #C74633. Grayscale: #949494. Windows color (decimal): -13059636 or 13416760. OLE color: 13416760.

HSL color Cylindrical-coordinate representation of color #38B9CC: hue angle of 187.7º 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 #38B9CC is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 185 204 -
CMYK 0.73 0.09 0 0.2
HSL 187.7º 0.59% 0.51% -
HSV(B) 187.7º 0.73% 0.8% -
XYZ 29.88 39.9 63.25 -
YUV 148.6 159.26 61.96 -
System Red Green Blue C M Y K H S L
Decimal 56 185 204 0.73 0.09 0 0.2 187.7 0.59 0.51
Hex 38 B9 CC 49 9 0 14 BC 3B 33
Octal 70 271 314 111 11 0 24 274 73 63
Binary 111000 10111001 11001100 1001001 1001 0 10100 10111100 111011 110011

Color Harmonies of #38B9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B9CC

Black with #38B9CC

Text Example


Text Example

White with #38B9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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