Html Css Color HEX #38BBCC Viking

📋 copy color: '#38BBCC'

red 56 ◦ green 187 ◦ blue 204

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

Shades of Viking #38BBCC

Tints of Viking #38BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.83%

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

R = 12.53%
G = 41.83%
B = 45.64%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38BBCC (or 0x38BBCC) is known color: Viking. HEX triplet: 38, BB and CC. RGB value is (56,187,204). Sum of RGB (Red+Green+Blue) = 56+187+204=447 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.53% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #38BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBCC is #C74433. Grayscale: #959595. Windows color (decimal): -13059124 or 13417272. OLE color: 13417272.

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

Color convert

RGB 56 187 204 -
CMYK 0.73 0.08 0 0.2
HSL 186.89º 0.59% 0.51% -
HSV(B) 186.89º 0.73% 0.8% -
XYZ 30.3 40.74 63.39 -
YUV 149.77 158.6 61.12 -
System Red Green Blue C M Y K H S L
Decimal 56 187 204 0.73 0.08 0 0.2 186.89 0.59 0.51
Hex 38 BB CC 49 8 0 14 BB 3B 33
Octal 70 273 314 111 10 0 24 273 73 63
Binary 111000 10111011 11001100 1001001 1000 0 10100 10111011 111011 110011

Color Harmonies of #38BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BBCC

Black with #38BBCC

Text Example


Text Example

White with #38BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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