Html Css Color HEX #08393C Cyprus

📋 copy color: '#08393C'

red 8 ◦ green 57 ◦ blue 60

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

Shades of Cyprus #08393C

Tints of Cyprus #08393C

RGB

 RED value IS 8 (3.52% from 255) = 6.4%

 GREEN value IS 57 (22.66% from 255) = 45.6%

 BLUE value IS 60 (23.83% from 255) = 48%

R = 6.4%
G = 45.6%
B = 48%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08393C (or 0x08393C) is known color: Cyprus. HEX triplet: 08, 39 and 3C. RGB value is (8,57,60). Sum of RGB (Red+Green+Blue) = 8+57+60=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #08393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08393C is #F7C6C3. Grayscale: #2A2A2A. Windows color (decimal): -16238276 or 3946760. OLE color: 3946760.

HSL color Cylindrical-coordinate representation of color #08393C: hue angle of 183.46º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08393C is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 57 60 -
CMYK 0.87 0.05 0 0.76
HSL 183.46º 0.76% 0.13% -
HSV(B) 183.46º 0.87% 0.24% -
XYZ 2.38 3.3 4.79 -
YUV 42.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 8 57 60 0.87 0.05 0 0.76 183.46 0.76 0.13
Hex 8 39 3C 57 5 0 4C B7 4C D
Octal 10 71 74 127 5 0 114 267 114 15
Binary 1000 111001 111100 1010111 101 0 1001100 10110111 1001100 1101

Color Harmonies of #08393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08393C

Black with #08393C

Text Example


Text Example

White with #08393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08393C; }

 p { color: rgb(8,57,60); }

 H1.HeaderClassName
 {
   color: #08393C;
 }
 .AnyTagClassName
 {
   color: #08393C;
 }
</style>

background-color css

<style>
 a { background-color: #08393C; }

 a { background-color: rgb(8,57,60); }

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

border-color css

<style>
 span { border-color: #08393C; }

 span { border-color: rgb(8,57,60); }

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