Html Css Color HEX #35BDC6 Viking

📋 copy color: '#35BDC6'

red 53 ◦ green 189 ◦ blue 198

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

Shades of Viking #35BDC6

Tints of Viking #35BDC6

RGB

 RED value IS 53 (21.09% from 255) = 12.05%

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 12.05%
G = 42.95%
B = 45%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#35BDC6 (or 0x35BDC6) is known color: Viking. HEX triplet: 35, BD and C6. RGB value is (53,189,198). Sum of RGB (Red+Green+Blue) = 53+189+198=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #35BDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDC6 is #CA4239. Grayscale: #959595. Windows color (decimal): -13255226 or 13024565. OLE color: 13024565.

HSL color Cylindrical-coordinate representation of color #35BDC6: hue angle of 183.72º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35BDC6 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 189 198 -
CMYK 0.73 0.05 0 0.22
HSL 183.72º 0.58% 0.49% -
HSV(B) 183.72º 0.73% 0.78% -
XYZ 29.86 41.23 59.81 -
YUV 149.36 155.44 59.27 -
System Red Green Blue C M Y K H S L
Decimal 53 189 198 0.73 0.05 0 0.22 183.72 0.58 0.49
Hex 35 BD C6 49 5 0 16 B8 3A 31
Octal 65 275 306 111 5 0 26 270 72 61
Binary 110101 10111101 11000110 1001001 101 0 10110 10111000 111010 110001

Color Harmonies of #35BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BDC6

Black with #35BDC6

Text Example


Text Example

White with #35BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35BDC6; }

 p { color: rgb(53,189,198); }

 H1.HeaderClassName
 {
   color: #35BDC6;
 }
 .AnyTagClassName
 {
   color: #35BDC6;
 }
</style>

background-color css

<style>
 a { background-color: #35BDC6; }

 a { background-color: rgb(53,189,198); }

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

border-color css

<style>
 span { border-color: #35BDC6; }

 span { border-color: rgb(53,189,198); }

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