Html Css Color HEX #57BCCF Viking

📋 copy color: '#57BCCF'

red 87 ◦ green 188 ◦ blue 207

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

Shades of Viking #57BCCF

Tints of Viking #57BCCF

RGB

 RED value IS 87 (34.38% from 255) = 18.05%

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

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

R = 18.05%
G = 39%
B = 42.95%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57BCCF (or 0x57BCCF) is known color: Viking. HEX triplet: 57, BC and CF. RGB value is (87,188,207). Sum of RGB (Red+Green+Blue) = 87+188+207=482 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.05% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #57BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCCF is #A84330. Grayscale: #9F9F9F. Windows color (decimal): -11027249 or 13614167. OLE color: 13614167.

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

Color convert

RGB 87 188 207 -
CMYK 0.58 0.09 0 0.19
HSL 189.5º 0.56% 0.58% -
HSV(B) 189.5º 0.58% 0.81% -
XYZ 33.18 42.5 65.49 -
YUV 159.97 154.54 75.96 -
System Red Green Blue C M Y K H S L
Decimal 87 188 207 0.58 0.09 0 0.19 189.5 0.56 0.58
Hex 57 BC CF 3A 9 0 13 BE 38 3A
Octal 127 274 317 72 11 0 23 276 70 72
Binary 1010111 10111100 11001111 111010 1001 0 10011 10111110 111000 111010

Color Harmonies of #57BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCCF

Black with #57BCCF

Text Example


Text Example

White with #57BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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