#33AFBE

Color #33AFBE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #33AFBE

Tints of Viking #33AFBE

Color information

#33AFBE (or 0x33AFBE) is unknown color: approx Viking. HEX triplet: 33, AF and BE. RGB value is (51,175,190). Sum of RGB (Red+Green+Blue) = 51+175+190=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #33AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AFBE is #CC5041. Grayscale: #8B8B8B. Windows color (decimal): -13389890 or 12496691. OLE color: 12496691.

HSL color Cylindrical-coordinate representation of color #33AFBE: hue angle of 186.47º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33AFBE is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51175190-
CMYK0.730.0800.25
HSL186.47º57.68%47.25%-
HSV(B)186.47º73.16%74.51%-
XYZ25.9935.0854.12-
YUV139.63156.4264.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.26%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=12.26%
G=42.07%
B=45.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511751900.730.0800.25186.4757.6847.25
Hex33AFBE498019ba3a2f
Octal63257276111100312727257
Binary11001110101111101111101001001100001100110111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33AFBE; }

 p { color: rgb(51,175,190); }

 H1.HeaderClassName
 {
   color: #33AFBE;
 }
 .AnyTagClassName
 {
   color: #33AFBE;
 }
</style>
background-color css

<style>
 a { background-color: #33AFBE; }

 a { background-color: rgb(51,175,190); }

 div.DivClassName
 {
   background-color: #33AFBE;
 }
 .BgClassName
 {
   background-color: #33AFBE;
 }
</style>
border-color css

<style>
 span { border-color: #33AFBE; }

 span { border-color: rgb(51,175,190); }

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