Html Css Color HEX #61BCCF Viking

📋 copy color: '#61BCCF'

red 97 ◦ green 188 ◦ blue 207

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

Shades of Viking #61BCCF

Tints of Viking #61BCCF

RGB

 RED value IS 97 (38.28% from 255) = 19.72%

 GREEN value IS 188 (73.83% from 255) = 38.21%

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 19.72%
G = 38.21%
B = 42.07%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61BCCF (or 0x61BCCF) is known color: Viking. HEX triplet: 61, BC and CF. RGB value is (97,188,207). Sum of RGB (Red+Green+Blue) = 97+188+207=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #61BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCCF is #9E4330. Grayscale: #A2A2A2. Windows color (decimal): -10371889 or 13614177. OLE color: 13614177.

HSL color Cylindrical-coordinate representation of color #61BCCF: hue angle of 190.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61BCCF is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 188 207 -
CMYK 0.53 0.09 0 0.19
HSL 190.36º 0.53% 0.6% -
HSV(B) 190.36º 0.53% 0.81% -
XYZ 34.18 43.01 65.53 -
YUV 162.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 97 188 207 0.53 0.09 0 0.19 190.36 0.53 0.6
Hex 61 BC CF 35 9 0 13 BE 35 3C
Octal 141 274 317 65 11 0 23 276 65 74
Binary 1100001 10111100 11001111 110101 1001 0 10011 10111110 110101 111100

Color Harmonies of #61BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCCF

Black with #61BCCF

Text Example


Text Example

White with #61BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61BCCF; }

 p { color: rgb(97,188,207); }

 H1.HeaderClassName
 {
   color: #61BCCF;
 }
 .AnyTagClassName
 {
   color: #61BCCF;
 }
</style>

background-color css

<style>
 a { background-color: #61BCCF; }

 a { background-color: rgb(97,188,207); }

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

border-color css

<style>
 span { border-color: #61BCCF; }

 span { border-color: rgb(97,188,207); }

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